Skip to content

Commit

Permalink
Disable parallel compile in HIP CI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmeng committed Dec 4, 2021
1 parent 528238e commit 383b038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ Test:HIP:
- make hdf5_seq IEEE=1
- cd ../../apps/c
- cd CloverLeaf
- make cloverleaf_hip IEEE=1 -j 4
- make cloverleaf_hip IEEE=1
- |-
./cloverleaf_hip OPS_BLOCK_SIZE_X=64 OPS_BLOCK_SIZE_Y=4 > perf_out
grep "PASSED" clover.out
rc=$?; if [[ $rc != 0 ]]; then echo "TEST FAILED";exit $rc; fi
- cd ../CloverLeaf_3D
- make cloverleaf_hip IEEE=1 -j 4
- make cloverleaf_hip IEEE=1
- |-
./cloverleaf_hip OPS_BLOCK_SIZE_X=64 OPS_BLOCK_SIZE_Y=4 > perf_out
grep "PASSED" clover.out
rc=$?; if [[ $rc != 0 ]]; then echo "TEST FAILED";exit $rc; fi
- cd ../CloverLeaf_3D_HDF5
- make cloverleaf_hip IEEE=1
- make generate_file IEEE=1 -j 4
- make generate_file IEEE=1
- |-
./generate_file
./cloverleaf_hip OPS_BLOCK_SIZE_X=64 OPS_BLOCK_SIZE_Y=4 > perf_out
Expand Down

0 comments on commit 383b038

Please sign in to comment.