#%Module################################################################# proc ModulesHelp { } { puts stderr "Set environment variables for WCOSS-CRAY emcsfc_snow2mdl build" } module-whatis "Set environment variables for WCOSS-CRAY emcsfc_snow2mdl build" set ver 1.1.0 # intel compiler module load PrgEnv-intel module load craype-haswell setenv FCOMP ftn setenv FFLAGS "-O0 -r8 -i4 -FR -openmp -convert big_endian -assume byterecl -craype-verbose" module load ip-intel/3.0.0 module load sp-intel/2.0.2 module load w3nco-intel/2.0.6 module load bacio-intel/2.0.1 module load zlib-intel-haswell/1.2.7 module load jasper-gnu-haswell/1.900.1 module load png-intel-haswell/1.2.49 module load g2-intel/2.5.0 module load landsfcutil-intel/2.1.0 # cray compiler #module load PrgEnv-cray #module load craype-haswell #setenv FCOMP ftn #setenv FFLAGS "-O0 -s real64 -s integer32 -f free -h byteswapio -craype-verbose" #module load ip-cray-haswell/3.0.0 #module load sp-cray-haswell/2.0.2 #module load w3nco-cray-haswell/2.0.6 #module load bacio-cray-haswell/2.0.1 #module load jasper-gnu-haswell/1.900.1 #module load zlib-cray-haswell/1.2.7 #module load png-gnu-haswell/1.2.49 #module load g2-cray-haswell/2.5.0 #module load landsfcutil-cray-haswell/2.1.0