Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/sp6+mpi_ncar 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
7e1b557b2a Cons*0001 #!/bin/bash
                0002 #
                0003 S64='$(TOOLSDIR)/set64bitConst.sh'
                0004 MAKEDEPEND=makedepend
                0005 
                0006 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4 -DNML_TERMINATOR'
                0007 
                0008 INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/contrib/netcdf-3.6.2/include'
                0009 CPP='/lib/cpp -P'
                0010 CC='mpcc_r -q64'
                0011 FC='mpxlf_r -q64'
                0012 LINK='mpxlf_r -q64'
                0013 LIBS='-lmass -L/contrib/netcdf-3.6.2/lib'
                0014 FFLAGS='-qfixed=132'
                0015 if test "x$IEEE" = x ; then
                0016     #  No need for IEEE-754
                0017     FOPTIM='-O3 -Q -qarch=pwr6 -qtune=pwr6 -qcache=auto -qmaxmem=-1'
                0018     CFLAGS='-O3 -Q -qarch=pwr6 -qtune=pwr6 -qcache=auto -qmaxmem=-1'
                0019 else
                0020     #  Try to follow IEEE-754
                0021     FOPTIM='-O3 -qstrict -Q -qarch=pwr6 -qtune=pwr6 -qcache=auto -qmaxmem=-1'
                0022     CFLAGS='-O3 -qstrict -Q -qarch=pwr6 -qtune=pwr6 -qcache=auto -qmaxmem=-1'
                0023 fi
                0024 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
                0025 
                0026 MPI_HEADER_FILES='mpif.h'
                0027 MPI_HEADER_FILES_INC='./mpi_headers/mpif.h'
                0028 MPIINCLUDEDIR='/usr/lpp/ppe.poe/include/thread64'
                0029 
                0030 HPMTINC=''
                0031 HPMTLIB='-lhpm_r -lpmapi'
                0032 GSLINC='-I/contrib/gsl-1.12/include'
                0033 GSLLIB='-L/contrib/gsl-1.12/gsl-1.5/lib64 -lgsl -lgslcblas'
                0034 PAPIINC='-I/contrib/papi-3.6.2/include'
                0035 PAPILIB='-L/contrib/papi-3.6.2/lib -lpapi -lpmapi'
                0036