Home
last modified time | relevance | path

Searched refs:mpiexec_command_args (Results 1 – 1 of 1) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/smpd/wmpiexec/
H A Dwmpiexec.cs73 …RunCommandDelegate(string command, string mpiexec_command, string mpiexec_command_args, bool popup… in RunCommandDelegate() argument
81 private string mpiexec_command, mpiexec_command_args; field in wmpiexec.wmpiexec
918 …private void RunCommand(string command, string mpiexec_command, string mpiexec_command_args, bool … in RunCommand() argument
922 thread_mpiexec_command_args = mpiexec_command_args; in RunCommand()
933 …private void RunCommandEx(string command, string mpiexec_command, string mpiexec_command_args, boo… in RunCommandEx() argument
967 p.StartInfo.Arguments = mpiexec_command_args; in RunCommandEx()
1031 …n_command.BeginInvoke(command_line_textBox.Text, mpiexec_command, mpiexec_command_args, popup_chec… in execute_button_Click()
1431 mpiexec_command_args = cmd.Replace(mpiexec, ""); // save the command line minus the mpiexec path in get_command_line()