/[MITgcm]/MITgcm/verification/cpl_aim+ocn/itrda_notes.txt
ViewVC logotype

Diff of /MITgcm/verification/cpl_aim+ocn/itrda_notes.txt

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

revision 1.2 by jmc, Sun Jul 2 18:23:35 2006 UTC revision 1.3 by jmc, Sun Jul 2 22:12:38 2006 UTC
# Line 1  Line 1 
1    
2  The commands to run this on ITRDA are:  The commands to run this short test on ITRDA are:
3    
4    a) with g77 (GNU) compiler:
5    
6    qsub -I -l nodes=3    qsub -I -l nodes=3
7    cd MITgcm/verification/cpl_aim+ocn/    cd MITgcm/verification/cpl_aim+ocn/
8    source /usr/local/pkg/modules/modules-3.1.6/init/bash    source /usr/local/pkg/modules/modules-3.1.6/init/bash
9    module add mpich/gnu    module add mpich/gnu
10    ./run_cpl_test_itrda 0    ./run_cpl_test_itrda 0
11    ./run_cpl_test_itrda 1    ./run_cpl_test_itrda 1
12    ./run_cpl_test_itrda 2    ./run_cpl_test_itrda 2
13    ./run_cpl_test_itrda 3    ./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

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

  ViewVC Help
Powered by ViewVC 1.1.22