Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/linux_ia64_efc 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
ae3043c690 Chri*0001 #!/bin/bash
                0002 #
                0003 #  Ed Hill
                0004 #
                0005 #  tested on orion.jpl.nasa.gov (Linux orion 2.4.21-sgi230r7 #1 SMP Tue Oct 7 22:38:53 PDT 2003 ia64 unknown), 20031029
                0006 
28ff199f9f Jean*0007 FC=efc
                0008 
                0009 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
ae3043c690 Chri*0010 CPP='/lib/cpp  -traditional -P'
28ff199f9f Jean*0011 EXTENDED_SRC_FLAG='-132'
                0012 
                0013 FFLAGS="$FFLAGS -w95 -W0 -WB"
                0014 #FFLAGS="$FFLAGS -r8"
ae3043c690 Chri*0015 
                0016 #  Note that the -mp switch is for ieee "maintain precision" and is
                0017 #  roughly equivalent to -ieee
                0018 if test "x$IEEE" = x ; then
28ff199f9f Jean*0019     FOPTIM='-O3 -align'
                0020     #P3  FOPTIM     = ( $FOPTIM '-tpp6 -xWKM' )
                0021     #P4  FOPTIM     = ( $FOPTIM '-tpp7 -xWKM' )
ae3043c690 Chri*0022 else
28ff199f9f Jean*0023     FOPTIM='-O0 -mp'
ae3043c690 Chri*0024 fi
                0025 
28ff199f9f Jean*0026 if test "x$MPI" = xtrue ; then
                0027     LIBS='-lPEPCF90 -lmpi'
                0028 else
                0029     LIBS='-lPEPCF90'
                0030 fi