Parent Directory
|
Revision Log
|
Revision Graph
New test with different size
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 |