--- MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/03/01 04:15:12 1.8 +++ 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.8 2004/03/01 04:15:12 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 @@ -11,6 +11,7 @@ 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 )