Skip to content

Commit

Permalink
PGI compiler fails sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlachs committed Sep 1, 2018
1 parent f2bed6d commit 8b66256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-pgi
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cd $BUILDDIR
export CC=pgcc
export CXX=pgc++

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make -j 4
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make -k -j 4

0 comments on commit 8b66256

Please sign in to comment.