source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/lib/mct/examples/simple/script.babyblue @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 4 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 740 bytes
Line 
1#! /usr/bin/csh -f
2####################################################
3#
4#  Example run script for LoadLeveler, the queue
5#  system used on most IBM's.
6#
7#  Your site may require different options.
8#
9####################################################
10# @ output = utmct.stdout.$(jobid).$(stepid)
11# @ error  = utmct.stderr.$(jobid).$(stepid)
12# @ job_name = mctsimple
13# @ job_type = parallel
14# @ node = 4,4
15# @ tasks_per_node = 4
16# @ checkpoint = no
17# @ node_usage = not_shared
18# @ network.MPI = csss,not_shared,us
19# @ class = share
20# @ notification = never
21# @ queue
22
23setenv MP_STDOUTMODE     ordered
24setenv MP_INFOLEVEL      2
25 
26echo "`date` -- UTMCT EXECUTION BEGINS HERE"
27poe twocon
28echo "`date` -- UTMCT EXECUTION finishes HERE"
29
Note: See TracBrowser for help on using the repository browser.