Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doku:tight_integration [2014/08/12 12:36] 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>
  
  
-impi_intel-4.0.1.007 +Available MPI version can be requested using the following command: 
-impi_intel-4.1.0.024 +<code> 
-impi_intel-4.1.1.036 +mpi-selector --list 
-impi_intel-4.1.2.040 +</code> 
-impi_intel-4.1.3.045 +
-intel_mpi_intel64-4.0.3.008 +
-mvapich2_1.8_intel_limic +
-mvapich2_gcc-1.9a2 +
-mvapich2_intel +
-mvapich2_intel-1.9 +
-mvapich2_intel-1.9a2 +
-openmpi-1.5.4_gcc +
-openmpi-1.5.4_intel +
-openmpi-1.5.4_open64 +
-openmpi-1.6.5_pgi +
-openmpi-1.6_gcc_blcr +
-openmpi-1.6_intel_blcr +
-openmpi-1.7.3_gcc +
-openmpi-1.7.3_intel +
-openmpi-1.8.1_intel +
-openmpi-1.8_intel +
-openmpi_gcc-1.6.4+