# $Id: comp_profile.GFDL_HPCS,v 1.7 2004/03/30 05:17:21 cnh Exp $ # $Name: $ # # Compiler and linker options for GFDL's so called "High Performance Computing # System" (HPCS) - what an ironic name that is :-). # # Yes these guys have never installed bash (maybe next decade?) set gm2command = "sh ${BUILDROOT}/../../tools/genmake2" set gm2optfile = "-optfile=${BUILDROOT}/mytools/irix64_ip35+mpi_gfdl" set mkmodname = './toupper.sh' set arcommand = ar set aropts = "-s -rc" set cccommand = cc set ccopts = "-64 -c" set comp = "/opt/MIPSpro/bin/f90" set compopts = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform \ -cpp -DE_1_0_4 -DE_REGRID_IS_BROKEN ) set compopts = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform \ -cpp -DE_1_0_5 ) set compopts_num = ( ${compopts} ) set esmf_root = ( /home/sjs/Inchon/ESMF_LATEST/esmf ) set esmf_root = ( /home/nsc/esmf ) set complibs = ( -L${esmf_root}/lib/libg/IRIX64.default.64.default -lesmf ) set complibs = ( ${complibs} -lC -lCio -lmpi -lmpi++ ) set compinc = ( -I${esmf_root}/mod/modg/IRIX64.default.64.default ) set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )