Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/osf1_halem_mpi 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
16e258c4f2 Ed H*0001 #!/bin/bash
                0002 #
                0003 #
                0004 
                0005 #  confirmed on Halem by eh3, 2003-09-04
                0006 
                0007 S64='$(TOOLSDIR)/set64bitConst.sh'
                0008 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_DEC -DWORDLENGTH=1'
                0009 
e85007b221 Ed H*0010 # netcdf
                0011 # Tested and works:  Wed Jul 21 11:55:34 EDT 2004
                0012 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
                0013 INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
                0014 LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
16e258c4f2 Ed H*0015 
41a6872241 Andr*0016 CPP='/usr/local/bin/cpp -P -traditional'
16e258c4f2 Ed H*0017 #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead
                0018 FC='f77'
                0019 LINK='f77'
                0020 LIBS='-lfmpi -lmpi -lkmp_osfp10 -pthread'
e85007b221 Ed H*0021 FFLAGS='-fpe2 -convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'
16e258c4f2 Ed H*0022 FOPTIM='-O5 -fast -tune host -inline all'
                0023 #ph: -O5 probably too aggressive in conjunction with adjoint code
                0024 NOOPTFILES='barrier.F different_multiple.F external_fields_load.F'
                0025 NOOPTFLAGS='-O0'
                0026 RMFILES='*.p.out'