Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
doku:tight_integration [2014/08/12 13:40] irdoku:tight_integration [2014/08/12 13:56] markus
Line 6: Line 6:
  
  
-  * unset the variable PE_HOSTFILE within the job script with: +  * unset the variable PE_HOSTFILE within the job script with:<code>
-<code>+
 unset PE_HOSTFILE unset PE_HOSTFILE
 </code> </code>
   * recompile the MPI libraries with disabled tight integration support   * recompile the MPI libraries with disabled tight integration support
  
-  * use the mpirun command with following options, '-machinefile' option has to be omitted: +Correct usage for tight integrated MPI versions: 
-<code>+  * use the mpirun command with following options, '-machinefile' option has to be omitted:<code>
     mpirun -npernode <number_of_processes_on_one_node> -np <number_of_total_processes> <command>     mpirun -npernode <number_of_processes_on_one_node> -np <number_of_total_processes> <command>
 </code> </code>
 +
  
 Available MPI version can be requested using the following command: Available MPI version can be requested using the following command: