Changes between Version 9 and Version 10 of Configuration

Show
Ignore:
Timestamp:
10/11/12 15:25:42 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Configuration

    v9 v10  
    3737If the conduit entrance and exit have the same name, the second argument of {{{tie}}} is optional. 
    3838 
     39=== Native code === 
     40 
     41For 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{{{ 
     43cxa.env["subA:command"] = ENV['HOME'] + "/bin/subA" 
     44cxa.env["subA:args"] = "paramA paramB" 
     45}}} 
     46 
     47For 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 
    3950=== Filters === 
    4051 
     
    6576}}} 
    6677 
    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 be 
    71 {{{ 
    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  
    7978=== Terminals === 
    8079