/[MITgcm]/MITgcm_contrib/ESMF/interface_test/build.sh
ViewVC logotype

Diff of /MITgcm_contrib/ESMF/interface_test/build.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by cnh, Fri Feb 20 16:21:41 2004 UTC revision 1.6 by cnh, Sun Feb 22 01:13:32 2004 UTC
# Line 4  Line 4 
4  #  #
5  setenv BUILDROOT `pwd`  setenv BUILDROOT `pwd`
6  setenv COMP_PROF  blackforest  setenv COMP_PROF  blackforest
7    #setenv COMP_PROF  faulks
8    source mytools/comp_profile.BASE
9    source mytools/comp_profile.${COMP_PROF}
10  setenv TCSH_PATH  `which tcsh`  setenv TCSH_PATH  `which tcsh`
11  cd run  cd run
12  if ( -f Makefile ) then  if ( -f Makefile ) then
# Line 12  endif Line 15  endif
15    
16  # ESMF component build. Creates an ESMF component that can be coupled through  # ESMF component build. Creates an ESMF component that can be coupled through
17  # the ESMF superstructure layer.  # the ESMF superstructure layer.
18  ../../../tools/genmake2 -mods=../code                        \  ${gm2command} ${gm2mods} ${gm2optfile} ${gm2adoptfile} ${gm2standarddirs}
    -optfile=../../../tools/build_options/sp4                 \  
    -adoptfile=../../../tools/adjoint_options/adjoint_default \  
    -standarddirs=" "  
19  make depend  make depend
20  make small_f  make small_f
21    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22