Difference between revisions of "Sep 19, 2018 - Installing software"

From LSS Mocks
Jump to navigation Jump to search
(Created page with "Load modules in <code> ~/.bash_profile </code> {{{ module load intel/intel-18 module load intelmpi/2018.1.163 module load openmpi/3.0.0-intel-18 module load gcc/7.3.0 module...")
 
Line 1: Line 1:
 
Load modules in <code> ~/.bash_profile </code>
 
Load modules in <code> ~/.bash_profile </code>
  
{{{
+
<code>
 
module load intel/intel-18
 
module load intel/intel-18
 
module load intelmpi/2018.1.163
 
module load intelmpi/2018.1.163
Line 10: Line 10:
 
export I_MPI_FABRICS=shm:tcp
 
export I_MPI_FABRICS=shm:tcp
 
export I_MPI_TCP_NETMASK=10.5.0.0
 
export I_MPI_TCP_NETMASK=10.5.0.0
}}}
+
</code>

Revision as of 00:07, 20 September 2018

Load modules in ~/.bash_profile

module load intel/intel-18 module load intelmpi/2018.1.163 module load openmpi/3.0.0-intel-18 module load gcc/7.3.0 module load python/2.7.14

  1. necessary to have Intel MPI working

export I_MPI_FABRICS=shm:tcp export I_MPI_TCP_NETMASK=10.5.0.0