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 5: OpenMP #5

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
jenshnielsen commented 9 years ago

Found out that the intel compilers don't work for C++ code on Aristotle. The solution is to use gcc build for Aristotle.

module load GCC/4.7.2