UCL / research-computing-with-cpp

UCL-ARC *C++ for Research* course
https://github-pages.ucl.ac.uk/research-computing-with-cpp/
27 stars 19 forks source link

Lecture 6: MPI #6

Closed jamespjh closed 9 years ago

jamespjh commented 9 years ago
owainkenwayucl commented 9 years ago

So the Intel 13.0 compilers on Aristotle should work for this:

Check you don't have any compilers loaded and then load:

module load compilers/intel/13.0
module load mpi/intel/4.1.0
jenshnielsen commented 9 years ago

As per #5 don't use intel compilers on Aristotle rather use GCC build for it

module load GCC/4.7.2
module load OpenMPI/1.6.4-GCC-4.7.2