--- MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/02/29 17:04:40 1.7 +++ MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/03/18 22:19:16 1.9 @@ -1,4 +1,4 @@ -# $Id: comp_profile.faulks,v 1.7 2004/02/29 17:04:40 cnh Exp $ +# $Id: comp_profile.faulks,v 1.9 2004/03/18 22:19:16 cnh Exp $ # $Name: $ # # Compiler and linker options for faulks.lcs.mit.edu @@ -10,12 +10,13 @@ set ccopts = "-c" 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 ) +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 ) +#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 )