-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobscript.poe
More file actions
26 lines (22 loc) · 916 Bytes
/
jobscript.poe
File metadata and controls
26 lines (22 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
!/bin/csh -x
# @ job_type = parallel
# @ class = debug
# @ environment = COPY_ALL; MP_INFOLEVEL=3; MP_PULSE=0; MP_SINGLE_THREAD=yes; MP_WAIT_MODE=yield; MP_EUILIB=us; AIXTHREAD_SCOPE=S; restart=no; RT_GRQ=ON
# @ input = /dev/null
# @ output = test.$(jobid).out
# @ error = test.$(jobid).err
# @ wall_clock_limit = 0:10:00
# @ cpu_limit = 0:10:00
# @ notification = complete
# @ network.lapi = csss,not_shared,US
# @ node = 1
# @ tasks_per_node = 4
# @ queue
#
# This gives good MPI performance on few nodes but hangs on many nodes
#MP_WAIT_MODE=yield;
############################################################################
## Run the job
## NOTE: Change transp1D.x to specify your testcase.
############################################################################
poe transp1D.x