Warning, /tools/build_options/unsupported/linux_ia32_pgf77+authors_fc3 is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
b17a22ae6f Ed H*0001 #!/bin/bash
0002 #
0003 #
0004
0005 FC='/usr/local/pkg/pgi/pgi-5.2-fc3/linux86/5.2/bin/pgf77'
0006 CC='/usr/local/pkg/pgi/pgi-5.2-fc3/linux86/5.2/bin/pgcc'
0007 DEFINES='-DWORDLENGTH=4'
0008 CPP='cpp -traditional -P'
0009 # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"
0010 # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"
0011
0012 if test "x$IEEE" = x ; then
0013 # No need for IEEE-754
0014 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
0015 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
0016 else
0017 # Try to follow IEEE-754
0018 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
0019 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
0020 fi
0021