Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/sp3+mpi_seaborg is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit c805d90c on 2010-02-18 17:06:02 UTC
6f9a0698b3 Ed H*0001 #!/bin/bash
                0002 #
                0003 # Run on seaborg.nersc.gov 147Nov 2005
                0004 #
                0005 # Also had to change "ETIME" to "ETIME_" in timers.F (JP 14Nov05)
                0006 #
                0007 MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-makedepend/makedepend'
                0008 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR=" /"'
                0009 
                0010 CPP='/lib/cpp -P'
                0011 FC='mpxlf95_r -c'
                0012 LINK='mpxlf95_r $(NETCDF)'
                0013 LIBS=' -lessl'
                0014 
                0015 FFLAGS='-qfixed=132 -bmaxdata:0x80000000'
                0016 FOPTIM='-O3 -qarch=pwr3 -qtune=pwr3 -qcache=auto -qmaxmem=-1'
                0017 NOOPTFLAGS=' '
                0018