--- MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/03/01 04:15:12 1.8 +++ MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/03/30 05:11:28 1.10 @@ -1,4 +1,4 @@ -# $Id: comp_profile.faulks,v 1.8 2004/03/01 04:15:12 cnh Exp $ +# $Id: comp_profile.faulks,v 1.10 2004/03/30 05:11:28 cnh Exp $ # $Name: $ # # Compiler and linker options for faulks.lcs.mit.edu @@ -11,13 +11,14 @@ set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90" # ESMF_1_0_4 set compopts = ( --o0 --tp4 --wide -DE_1_0_4 -DE_REGRID_IS_BROKEN) +set compopts_num = ( ${compopts} ) set esmf_root = ( /usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey ) set complibs = ( -L${esmf_root}/lib/libO/Linux.lahey.32.default -lesmf ) set compinc = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default ) # ESMF_1_0_5 -#set compopts = ( --o0 --tp4 --wide -DE_1_0_5 -DE_REGRID_IS_BROKEN) -#set esmf_root = ( /s01/cnh/ESMF_1_0_5_2004_02_19/esmf ) -#set complibs = ( -L${esmf_root}/lib/libO/Linux.lahey.32.mit -lesmf ) -#set compinc = ( -I${esmf_root}/mod/modO/Linux.lahey.32.mit ) +set compopts = ( --o0 --tp4 --wide -DE_1_0_5 ) +set esmf_root = ( /s01/cnh/ESMF_1_0_5_2004_02_19/esmf ) +set complibs = ( -L${esmf_root}/lib/libO/Linux.lahey.32.mit -lesmf ) +set compinc = ( -I${esmf_root}/mod/modO/Linux.lahey.32.mit ) set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )