Skip to content
Snippets Groups Projects
Commit 37b03162 authored by Holger Schulz's avatar Holger Schulz
Browse files

Add mpi setup script

parent b7ff81a3
No related branches found
No related tags found
No related merge requests found
VERSION=$1
module load mpi/mpich-x86_64
mkdir /code && cd /code && \
wget http://www.hepforge.org/archive/sherpa/SHERPA-MC-${VERSION}.tar.gz && \
module load mpi && tar xzf SHERPA-MC-${VERSION}.tar.gz && cd SHERPA-MC-${VERSION} && ./configure --enable-mpi --enable-pythia --prefix=/usr/local --enable-ufo --enable-hepmc2=/usr/local --enable-rivet=/usr/local CXXFLAGS=-std=c++11 && make install -j 8 && make clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment