From ec9dcd91ad6a3157c44ee4142d533b206c343c9d Mon Sep 17 00:00:00 2001 From: Ludovic Noels <l.noels@ulg.ac.be> Date: Tue, 11 Apr 2017 09:45:23 +0000 Subject: [PATCH] change mpi --- cm3apps/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cm3apps/install.txt b/cm3apps/install.txt index a1d85d476..30d44ac77 100644 --- a/cm3apps/install.txt +++ b/cm3apps/install.txt @@ -201,9 +201,9 @@ Then wait until the job end (the last line of the created file "petsc-install.ou module load CMake/2.8.12-GCC-4.8.2 #module load lapack/3.5.0/gcc/4.7.3 #module load blas/3.5.0/gcc/4.7.3 - module load OpenMPI/1.7.3-GCC-4.8.2 + module load openmpi/1.6.5/gnu64 module load python/2.7.6 - export MPI_HOME=/usr/local/Software/OpenMPI/1.7.3-GCC-4.8.2/ + export MPI_HOME=/usr/local/openmpi/1.6.5/gnu64 export MPI_RUN=$MPI_HOME/bin/mpirun #export BLASDIR=$BLAS #export BLASLIB=blas -- GitLab