--- MITgcm_contrib/ESMF/interface_test/build.sh 2004/02/20 16:21:41 1.3 +++ MITgcm_contrib/ESMF/interface_test/build.sh 2004/02/22 01:10:49 1.5 @@ -4,6 +4,10 @@ # setenv BUILDROOT `pwd` setenv COMP_PROF blackforest +setenv COMP_PROF faulks + +source mytools/comp_profile.BASE +source mytools/comp_profile.${COMP_PROF} setenv TCSH_PATH `which tcsh` cd run if ( -f Makefile ) then @@ -12,10 +16,7 @@ # ESMF component build. Creates an ESMF component that can be coupled through # the ESMF superstructure layer. -../../../tools/genmake2 -mods=../code \ - -optfile=../../../tools/build_options/sp4 \ - -adoptfile=../../../tools/adjoint_options/adjoint_default \ - -standarddirs=" " +${gm2command} ${gm2mods} ${gm2optfile} ${gm2adoptfile} ${gm2standarddirs} make depend make small_f