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

Annotation of /MITgcm_contrib/ESMF/global_ocean.128x60x15/esmf_top/cam_stub/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:58:59 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    
4     source ${BUILDROOT}/mytools/comp_profile.BASE
5     source ${BUILDROOT}/mytools/comp_profile.${COMP_PROF}
6    
7     foreach PE ( ${pesizelist} )
8    
9     set includes = ( -I${APPF90MOD_PATH}/${PE}pe ${compinc} )
10     set libs = ( -L${APPLIB_PATH}/${PE}pe ${complibs} -lesmf )
11    
12     $comp $compopts -c cam_stub_esmf_driver.F $includes $libs
13    
14     ${arcommand} ${aropts} libcam_stub_driver.a *.o
15    
16     cp *.a ${APPLIB_PATH}/${PE}pe
17     cp *.mod ${APPF90MOD_PATH}/${PE}pe
18     \rm *.a *.mod
19    
20     end
21    

  ViewVC Help
Powered by ViewVC 1.1.22