📄 node.ggo
字号:
#!!PLEASE!!, keep this synchronized with# daemon/main.c -- look at the PLEASE commentary# and vrun.c -- look at the PLEASE(2) commentary#package "mpichv-daemon"purpose "Runs and monitors an MPI node 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" i "ip of the vrun process" string typestr="ip_address" yesoption "runtime-port" p "port of the vrun process" short typestr="port" yesoption "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 "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 "ckpt-server-ip" - "IP address of the checkpoint server" string typestr="IP" nooption "ckpt-server-port" - "port of the checkpoint server" short typestr="port" nooption "ckpt-use-local-copy" - "set if the checkpoint should use a local copy (improves fault recovery time in global coherent checkpoint protocols)" flag offoption "ckpt-scheduler-ip" - "IP address of the checkpoint scheduler" string typestr="IP" nooption "ckpt-scheduler-port" - "port of the checkpoint scheduler" short typestr="port" nooption "event-logger-ip" - "IP address of the event logger" string typestr="IP" nooption "event-logger-port" - "port the of event logger" short typestr="port" nooption "rank" r "rank of this process" int typestr="int" nooption "restart" - "activate if this is a restart" flag offoption "additional-stats" - "display additional states on memory usage and user and system time" flag offoption "command" c "the full command line to run" string typestr="command_with_arguments" nooption "master-sched" - "address of the master scheduler (only for multiple applications scheduling)" string typestr="ip: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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -