Created
August 8, 2017 13:02
-
-
Save robertdfrench/d91264a125ef2c786e91b7152a3df5a3 to your computer and use it in GitHub Desktop.
Demonstrate Nag Environment on SLES12 CrayPE
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment