server.ggo

来自「Path MPICH-V for MPICH the MPI Implement」· GGO 代码 · 共 22 行

GGO
22
字号
#!!PLEASE!!, keep this synchronized with#     server.c -- look at the PLEASE commentary# and vrun.c   -- look at the PLEASE commentary#package "mpichv-server"purpose "Helps to tolerate faults within the V-environment.\nThis program is usually called by the MPICH-V dispatcher (the vrun program).\nRead the documentation and/or the code of MPICH-V for more specific usages.\n\nAll default values are provided by the dispatcher.\nConnection to a dispatcher is mandatory."option "n-procs"              n "number of processes for the MPI application (np flag of mpirun)" int typestr="np" nooption "jobid"                j "unique id for the job." int typestr="int" nooption "runtime-ip"           - "ip of the vrun process" string typestr="ip_address" yesoption "runtime-port"         - "port of the vrun process" short typestr="port" yesoption "port"                 - "port of this server" short typestr="port" nooption "working-dir"          - "working directory for running the MPI application" string typestr="path" nooption "tmp-dir"              - "writeable directory (this directory must be writable. A local filesystem is necessary for performances)" string typestr="path" nooption "helpers-dir"          - "directory with the helpers (checkpointserver, etc...)" string typestr="path" nooption "master-sched"         - "address of the master scheduler (only for multiple applications scheduling)" string typestr="ip:port" nooption "ckpt-timeout"         - "timeout of checkpoints (0 for no checkpoint). Use for CL-like protocols" int typestr="seconds" nooption "ckpt-strategy"        - "strategy of checkpoints. Use for Message-logging protocols" string typestr="(nockpt|random|roundrobin)" default="roundrobin" nooption "el-strategy"          - "strategy of event logger. Use for Message-logging protocols with event logger (only for performance measurement)" string typestr="(normal|slow)" default="normal" nooption "stdio-port"           - "port for the collection of standard Input/Output" short typestr="port" nooption "stder-port"           - "port for the collection of error Output" short typestr="port" nooption "debug"                  d "debugging options. First part is the target, second part the selection. Target may be %filename for storing in a file, or ip:[port] for sending debugs to a debug server. Selection use +label or -label to force or prevent the displaying of certain informations." string typestr="[%filename|ip:[port]][+|-labels]*" no

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?