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

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

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


Revision 1.3 - (show annotations) (download)
Sun Jul 2 22:12:38 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58u_post, checkpoint58r_post, checkpoint58n_post, checkpoint58t_post, checkpoint58q_post, checkpoint58o_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
Changes since 1.2: +13 -2 lines
File MIME type: text/plain
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