Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/irix64_ip27_f77+mpi_nas_turing 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
fb4a3f6ad3 Patr*0001 #!/bin/bash
                0002 #
e7335485ef Patr*0003 # adapted for compilation on turing.nas.nasa.gov
                0004 # and execute on turing, lomax, chapman
fb4a3f6ad3 Patr*0005 
                0006 S64='$(TOOLSDIR)/set64bitConst.sh'
                0007 MAKEDEPEND=makedepend
e7335485ef Patr*0008 CPP='/lib/cpp -P'
fb4a3f6ad3 Patr*0009 DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
                0010 FC='f77'
e7335485ef Patr*0011 FFLAGS='-extend_source -mp -mpio -bytereclen -mips4 -r8 -static'
                0012 FOPTIM='-O3'
                0013 LIBS='-lmpi'
                0014 INCLUDEDIRS='/opt/mpt/mpt/usr/include/'