Skip to content
Snippets Groups Projects
Commit f0061909 authored by Charles Moulinec's avatar Charles Moulinec
Browse files

Update InstallHPC.sh

parent 6ec42b57
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ $KERSRC/configure \
--disable-mei \
--enable-debug \
--prefix=$KEROPT \
CC="cc" CFLAGS="-O3" FC="ftn" FCFLAGS="-O3" CXX="CC" CXXFLAGS="-O3"
CC="mpicc" CFLAGS="-O3" FC="mpif90" FCFLAGS="-O3" CXX="mpicxx" CXXFLAGS="-O3"
make -j 8
make install
......
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