Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/linux_ppc_xlf_bigred 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
2cefbcebe9 Cons*0001 #!/bin/bash
                0002 #
                0003 #  tested on Big Red, ce107 Aug 30 2007
                0004 #  using the following invocation:
                0005 #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf_bigred
                0006 
                0007 S64='$(TOOLSDIR)/set64bitConst.sh'
                0008 MAKEDEPEND=makedepend
                0009 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
                0010 INCLUDES='-I/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-32/include'
                0011 CPP='/lib/cpp -traditional -P'
                0012 FC='xlf -q32'
                0013 CC='xlc -q32'
                0014 LINK='xlf -q32'
6144427bd2 Jean*0015 LIBS='-L/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-32/lib -lnetcdf'
2cefbcebe9 Cons*0016 FFLAGS='-qfixed=132'
                0017 if test "x$IEEE" = x ; then
                0018     #  No need for IEEE-754
                0019 FOPTIM='-O5 -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
                0020 CFLAGS='-O5 -qinlglue -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
                0021 else
                0022 FOPTIM='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
                0023 CFLAGS='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
                0024 fi
                0025 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"