/[MITgcm]/MITgcm_contrib/ESMF/global_ocean.128x60x15/esmf_top/mitgcm_ocn2cam/comp1.sh
ViewVC logotype

Annotation of /MITgcm_contrib/ESMF/global_ocean.128x60x15/esmf_top/mitgcm_ocn2cam/comp1.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Mar 30 03:59:00 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
File MIME type: application/x-sh
New test with different size

1 cnh 1.1 #!/bin/csh -fxv
2     #
3     set OPATH = ( )
4     set OINC = ( )
5    
6     source ${BUILDROOT}/mytools/comp_profile.BASE
7     source ${BUILDROOT}/mytools/comp_profile.${COMP_PROF}
8    
9     foreach PE ( $pesizelist )
10    
11     set includes = ( -I${APPF90MOD_PATH}/${PE}pe ${compinc} )
12     set libs = ( -L${APPLIB_PATH}/${PE}pe -lmitgcm_org_ocn_esmf_driver ${complibs} -lesmf )
13    
14     $comp $compopts -c mitgcm_ocn2cam_cpl.F $includes $libs
15    
16     ${arcommand} ${aropts} libmitgcm_org_ocn2cam.a *.o
17    
18     cp *.a ${APPLIB_PATH}/${PE}pe
19     cp *.mod ${APPF90MOD_PATH}/${PE}pe
20     \rm *.a *.mod
21    
22     end
23    

  ViewVC Help
Powered by ViewVC 1.1.22