Skip to content

Instantly share code, notes, and snippets.

@bast
Last active August 29, 2015 14:06
Show Gist options
  • Save bast/77462dd9289c18b0b8f8 to your computer and use it in GitHub Desktop.
Save bast/77462dd9289c18b0b8f8 to your computer and use it in GitHub Desktop.
Dalton2014 compilation on EURORA.
# Copyright (c) 2015 Radovan Bast
# Licensed under the MIT license - http://opensource.org/licenses/MIT
module add gnu/4.6.3 cmake/2.8.10
module add intel mkl intelmpi
./setup --fc=mpiifort --cc=mpiicc --cxx=mpiicpc --mkl=parallel --omp
cd build
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment