-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated make rule for F77 and F90 with std=f2008 * fixed tabs * swapping around variable declaration orders * use myisnan instead of non-standard isnan function from GCC * fixed some string and format issues * fixed some warnings * fix real/complex types * Fixing type issues for t0 * Fixing previously fixed string continuation * Update obsolete string definitions * Update myisnan to handle different types and to use more modern modules. Removing older c function * More fixes * Remove old Makefile * Update intel fortran flags * More fixes for the intel compiler * Updating linker flags * Make new module compile without optimization * Add new file * Removing debug flags from config and unused flags * Remove line continuation * Updating build system build certain files without optimization * get myisnan from the new module * Updating build files for complex * ran tapenade * remove whitespace Co-authored-by: Eirikur Jonsson <[email protected]> Co-authored-by: Sabet Seraj <[email protected]>
- Loading branch information
1 parent
af5c32b
commit 83a611d
Showing
42 changed files
with
419 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.