#!/bin/bash # # $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/linux_ia32_pgf77+authors_fc3,v 1.1 2005/04/26 20:15:38 edhill Exp $ # FC='/usr/local/pkg/pgi/pgi-5.2-fc3/linux86/5.2/bin/pgf77' CC='/usr/local/pkg/pgi/pgi-5.2-fc3/linux86/5.2/bin/pgcc' DEFINES='-DWORDLENGTH=4' CPP='cpp -traditional -P' # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include" # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib" if test "x$IEEE" = x ; then # No need for IEEE-754 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend' FOPTIM='-fastsse -Mvect=cachesize:524288,transform' else # Try to follow IEEE-754 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend' FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee' fi