Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/osf1 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
2ff82eb834 Ed H*0001 #!/bin/bash
                0002 #
                0003 #
                0004 
                0005 S64='$(TOOLSDIR)/set64bitConst.sh'
                0006 MAKEDEPEND=makedepend
                0007 DEFINES='-DWORDLENGTH=4'
                0008 
                0009 
6aec5d9846 Ed H*0010 CPP='/usr/bin/cpp -P'
                0011 #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
                0012 FC='f77'
                0013 FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
                0014 FOPTIM='-O5 -fast -tune host -inline all'
                0015 #ph: -O5 probably too aggressive in conjunction with adjoint code
                0016 NOOPTFLAGS='-O0'
                0017 RMFILES='*.p.out'