Changes between Version 9 and Version 10 of Configuration
- Timestamp:
- 10/11/12 15:25:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v9 v10 37 37 If the conduit entrance and exit have the same name, the second argument of {{{tie}}} is optional. 38 38 39 === Native code === 40 41 For native executables that uses the MUSCLE API, the following parameters may be set: {{{"submodelName:command"}}} to set the path to the executable; and {{{"submodelName:args"}}} to give additional command-line parameters to the executable. Suppose my executable is somewhere in my home {{{bin}}} directory, this could be 42 {{{ 43 cxa.env["subA:command"] = ENV['HOME'] + "/bin/subA" 44 cxa.env["subA:args"] = "paramA paramB" 45 }}} 46 47 For MPI code, two additional parameters should be set: {{{"submodelName:mpiexec_command"}}} with the name or the path the the mpiexec/mpirun executable; and {{{"submodelName:mpiexec_args"}}} which are the arguments, like "-np 2", etc. 48 49 39 50 === Filters === 40 51 … … 65 76 }}} 66 77 67 68 === Native code ===69 70 For native executables that uses the MUSCLE API, the following parameters may be set: {{{"submodelName:command"}}} to set the path to the executable; and {{{"submodelName:args"}}} to give additional command-line parameters to the executable. Suppose my executable is somewhere in my home {{{bin}}} directory, this could be71 {{{72 cxa.env["subA:command"] = ENV['HOME'] + "/bin/subA"73 cxa.env["subA:args"] = "paramA paramB"74 }}}75 76 For MPI code, two additional parameters should be set: {{{"submodelName:mpiexec_command"}}} with the name or the path the the mpiexec/mpirun executable; and {{{"submodelName:mpiexec_args"}}} which are the arguments, like "-np 2", etc.77 78 79 78 === Terminals === 80 79