@@ -196,7 +196,7 @@ noether-cuda:
196196 script :
197197 - rm -f .SUCCESS
198198 # libCEED
199- - make configure OPT='-O -march=native -ffp-contract=fast' CUDA_DIR=/usr
199+ - make configure OPT='-O -march=native -ffp-contract=fast' CUDA_DIR=/usr/local/cuda-12.9
200200 - echo "-------------- libCEED -------------" && make info
201201 - BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
202202 - echo "-------------- BACKENDS_GPU --------" && echo $BACKENDS_GPU
@@ -280,7 +280,7 @@ noether-cuda:
280280# script:
281281# - rm -f .SUCCESS
282282# # libCEED
283- # - make configure ROCM_DIR=/opt/rocm-6.1 .0 OPT='-O -march=native -ffp-contract=fast'
283+ # - make configure ROCM_DIR=/opt/rocm-6.3 .0 OPT='-O -march=native -ffp-contract=fast'
284284# - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ') && BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
285285# - echo "-------------- libCEED -------------" && make info
286286# - echo "-------------- BACKENDS_GPU --------" && echo $BACKENDS_GPU
@@ -342,7 +342,7 @@ noether-rocm:
342342 script :
343343 - rm -f .SUCCESS
344344 # libCEED
345- - make configure ROCM_DIR=/opt/rocm-6.1 .0 OPT='-O -march=native -ffp-contract=fast'
345+ - make configure ROCM_DIR=/opt/rocm-6.3 .0 OPT='-O -march=native -ffp-contract=fast'
346346 - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ') && BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
347347 - echo "-------------- libCEED -------------" && make info
348348 - echo "-------------- BACKENDS_GPU --------" && echo $BACKENDS_GPU
@@ -388,7 +388,7 @@ noether-float:
388388 # Change to single precision
389389 - sed -i 's/ceed-f64/ceed-f32/1' include/ceed/types.h
390390 # Build libCEED
391- - make configure OPT='-O -march=native -ffp-contract=fast' CUDA_DIR=/usr
391+ - make configure OPT='-O -march=native -ffp-contract=fast' CUDA_DIR=/usr/local/cuda-12.9
392392 - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ') && BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
393393 - echo "-------------- libCEED -------------" && make info
394394 - echo "-------------- BACKENDS_CPU --------" && echo $BACKENDS_CPU
0 commit comments