Warning, /tools/build_options/unsupported/bgl_ncar 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
8bcf09c736 Cons*0001 #!/bin/bash
0002 #
0003 # tested on frost, ce107 Aug 5 2005
0004 # using the following invocation:
0005 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/bgl_ncar
0006
0007
0008 S64='$(TOOLSDIR)/set64bitConst.sh'
0009 MAKEDEPEND=makedepend
0010 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4 -DTARGET_BGL'
0011
0012 INCLUDES='-I/bgl/BlueLight/ppcfloor/bglsys/include -I/contrib/bgl/netcdf-3.6.0-p1/include'
0013 CPP='/lib/cpp -traditional -P'
0014 FC='blrts_xlf'
0015 CC='blrts_xlc'
0016 LINK='blrts_xlf'
0017 LIBS='-L/contrib/bgl/lib -lmass -lmassvbgl -Wl,--allow-multiple-definition -L/contrib/bgl/netcdf-3.6.0-p1/lib -lnetcdf -L/bgl/BlueLight/ppcfloor/bglsys/lib -lmpich.rts -lmsglayer.rts -lrts.rts -ldevices.rts'
0018 FFLAGS='-qfixed=132'
0019 if test "x$IEEE" = x ; then
0020 # No need for IEEE-754
0021 FOPTIM='-O5 -qarch=440d -qtune=440 -qmaxmem=-1 -qipa=noobject:partition=large:threads'
0022 CFLAGS='-O5 -qarch=440d -qtune=440 -qmaxmem=-1 -qipa=noobject:partition=large:threads'
0023 else
0024 FOPTIM='-g -O -qarch=440 -qtune=440 -qmaxmem=64000'
0025 CFLAGS='-g -O -qarch=440 -qtune=440 -qmaxmem=64000'
0026 fi
0027 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"