** Warning **
Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Fri, 28 Nov 2024 06:11:57 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/tools/build_options/unsupported/irix64_ip35_f77
Warning, /tools/build_options/unsupported/irix64_ip35_f77 is written in an unsupported language. File is not indexed.
view on github raw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
068e4d2b39 Ed H* 0001 #!/bin/bash
0002 #
bee31a8729 Jean* 0003 # modified for MPI & NetCDF by Baylor and Ed @ GFDL on 2004-11-02
0004
0005 FC='f77'
0006
0007 FC_NAMEMANGLE='#define FC_NAMEMANGLE(X) X ## _'
068e4d2b39 Ed H* 0008 S64='$(TOOLSDIR)/set64bitConst.sh'
0009 DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
bee31a8729 Jean* 0010 CPP='/lib/cpp -P'
0011 #CPP='/lib/cpp -P -traditional'
0012 EXTENDED_SRC_FLAG='-extend_source'
0013
0014 FFLAGS="$FFLAGS -mp -mpio -bytereclen -mips4 -static"
0015 #- might want to use '-r8' for fizhi pkg:
0016 #FFLAGS="$FFLAGS -r8"
068e4d2b39 Ed H* 0017 FOPTIM='-O3'
bee31a8729 Jean* 0018
068e4d2b39 Ed H* 0019 INCLUDEDIRS='/opt/mpt/1510/usr/include'
bee31a8729 Jean* 0020 INCLUDES='-I/usr/local/include'
0021 LIBS='-L/opt/mpt/1510/usr/lib64 -lmpi -L/usr/local/lib'
0022