This file contains hidden or 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
| #!/bin/bash | |
| module unload nag | |
| module unload PrgEnv-intel PrgEnv-gnu PrgEnv-pgi PrgEnv-pathscale | |
| module load PrgEnv-pgi | |
| module load nag/fl24 | |
| ftn -I$NAGDIR/nag_interface_blocks/ -L$NAGDIR/lib -lnag_nag -o test_cmplx $NAGDIR/examples/source/a02aafe.f90 $NAGDIR/lib/libnag_nag.a |
This file contains hidden or 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
| text | |
| goes | |
| here |
This file contains hidden or 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
| #!/bin/bash |
This file contains hidden or 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
| FEMNotebookOpen[Filename_] := | |
| NotebookOpen[ | |
| "/Users/cmcknight14/Documents/FEM Pittsburgh/Bamboo/" <> Filename <> | |
| ".nb"]; | |
| FEMEvaluateNotebook[NotebookHandle_] := ( | |
| SelectionMove[NotebookHandle, All, Notebook]; | |
| SelectionEvaluate[NotebookHandle]; | |
| ); | |
| InitializationSection = |
NewerOlder