Download How to Install MPICH on windows? - tp.mcs.anl.gov
Transcript
setdbgoutput filename This command redirects the output of the running mpd to a file. This is useful for logging all the commands and operations that mpd processes and should only be used for debugging mpd. Return values: SUCCESS, FAIL canceldbgoutput This command cancels the redirection of mpd output. Return values: SUCCESS, FAIL setmpduser a=account p=password This command sets the mpd user account and password for anonymous launch requests. If you don’t supply either of the two parameters you will be prompted to enter them. Return values: SUCCESS, FAIL - error msg clrmpduser This command removes the mpd user credentials and disables anonymous launch requests. Return values: SUCCESS, FAIL - error msg enablempduser This command enables anonymous launch requests. Return values: SUCCES, FAIL - error msg disablempduser This command disables anonymous launch requests. Return values: SUCCESS, FAIL - error msg FILE OPERATIONS The file operations are for moving files between hosts, creating temporary files and one custom function for mpich.nt fileinit account=x password=x This command is the first command that must be issued before the other commands can be used. File operations are done under the security context of this user. If the password option is omitted, you will be prompted to input the password. Return values: nothing 31