File: mpich.template

package info (click to toggle)
gridengine 8.1.9%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,756 kB
  • sloc: ansic: 432,689; java: 87,068; cpp: 31,958; sh: 29,429; jsp: 7,757; perl: 6,336; xml: 5,828; makefile: 4,701; csh: 3,934; ruby: 2,221; tcl: 1,676; lisp: 669; yacc: 519; python: 503; lex: 361
file content (22 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# tight integration PE example for MPI without built-in SGE support
pe_name          mpich
# This is the total number of slots available to the PE in the cluster
# -- normally set higher than the number of cores in the connectivity
# island
slots            <the_number_of_slots>
# no access restrictions
user_lists       NONE
xuser_lists      NONE
# mangle the host file, intercept use of rsh
start_proc_args  $sge_root/mpi/startmpi.sh -catch_rsh $pe_hostfile
# clean up
stop_proc_args   $sge_root/mpi/stopmpi.sh
# assume tasks should be packed on to nodes, particularly taking
#advantage of intra-node communication
allocation_rule  $fill_up
# we have tight integration
control_slaves   TRUE
# processes are started by mpiexec
job_is_first_task FALSE
urgency_slots     min
accounting_summary FALSE