Parent Directory
|
Revision Log
|
Revision Graph
use the compiler currently loaded (gnu,intel or pgi compiler)
| 1 | |
| 2 | The commands to run this short test on ITRDA are: |
| 3 | |
| 4 | a) with g77 (GNU) compiler: |
| 5 | |
| 6 | qsub -I -l nodes=3 |
| 7 | cd MITgcm/verification/cpl_aim+ocn/ |
| 8 | source /usr/local/pkg/modules/modules-3.1.6/init/bash |
| 9 | module add mpich/gnu |
| 10 | ./run_cpl_test_itrda 0 |
| 11 | ./run_cpl_test_itrda 1 |
| 12 | ./run_cpl_test_itrda 2 |
| 13 | ./run_cpl_test_itrda 3 |
| 14 | |
| 15 | b) with ifc (intel) compiler: |
| 16 | same as (a) except: |
| 17 | module add mpich/intel |
| 18 | |
| 19 | c) with pgf77 (pgi) compiler: |
| 20 | same as (a) except: |
| 21 | module add mpich/pgi |
| 22 | |
| 23 | Note: to run 1 test after the other, need to unload the previous modules: |
| 24 | module purge |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |