Skip to content
Snippets Groups Projects
Commit 8a4b166c authored by Gab's avatar Gab
Browse files

add compile.sh, based on Occigen env

parent b676d810
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
module load intel/17.0 intelmpi/5.1.3.258 hdf5/1.8.14 qt python/2.7.13
export CXXFLAGS+=" -xHost -O3 -ip -inline-factor=1000 "
cd Smilei
make clean
make -j20 config=verbose
cd -
*output
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment