Skip to content

Commit a130b4d

Browse files
author
Paul Baumeister
committed
Update .gitlab-ci.yml file
1 parent 3f244cd commit a130b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build_on_JUSUF:
1818
- rm -rf build && mkdir build && cd build
1919
- cmake .. -DCMAKE_INSTALL_PREFIX=~/a43 -DHAS_MKL=ON -DHAS_MPI=ON -DHAS_DEVEL=ON -DHAS_TFQMRGPU=ON -DHAS_RAPIDXML=ON -DHAS_RAPIDJSON=OFF -DHAS_FFTW=ON -DHAS_OPENMP=ON
2020
- echo "Compiling the code..."
21-
- make -j install
21+
- make -j
2222
- cd ..
2323
- echo "Compile complete."
2424
- ls ~/a43/lib64 ~/a43/bin

0 commit comments

Comments
 (0)