You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
su "ohpc" -p -c "cd $PWD; ./bootstrap; ./configure --disable-all --enable-gsl; make check"
fails with
not ok 44 [libs/GSL] run splinalg under resource manager (slurm/gnu12)
# (from function `run_serial_binary' in file ./common/functions, line 216,
# in test file rm_execution, line 473)
# `run_serial_binary ./$tx1' failed with status 2
# /ohpc/tests/libs/gsl/tests/splinalg /ohpc/tests/libs/gsl/tests
# srun: job 848 queued and waiting for resources
# srun: job 848 has been allocated resources
# srun: error: c0: task 0: Exited with exit code 2
# slurmstepd-c0: error: execve(): /ohpc/tests/libs/gsl/tests/splinalg/./test: No such file or directory
not ok 45 [libs/GSL] run spmatrix under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 481)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/spmatrix /ohpc/tests/libs/gsl/tests
# test binary does not exist
not ok 46 [libs/GSL] run statistics under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 491)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/statistics /ohpc/tests/libs/gsl/tests
# test binary does not exist
not ok 47 [libs/GSL] run sum under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 501)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/sum /ohpc/tests/libs/gsl/tests
# test binary does not exist
not ok 48 [libs/GSL] run sys under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 511)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/sys /ohpc/tests/libs/gsl/tests
# test binary does not exist
not ok 49 [libs/GSL] run vector under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 521)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/vector /ohpc/tests/libs/gsl/tests
# test binary does not exist
not ok 50 [libs/GSL] run wavelet under resource manager (slurm/gnu12)
# (from function `flunk' in file ./common/test_helper_functions.bash, line 14,
# in test file rm_execution, line 536)
# `flunk "$tx1 binary does not exist"' failed
# /ohpc/tests/libs/gsl/tests/wavelet /ohpc/tests/libs/gsl/tests
# test binary does not exist
FAIL libs/gsl/ohpc-tests/test_compiler_families (exit status: 2)
The text was updated successfully, but these errors were encountered:
su "ohpc" -p -c "cd $PWD; ./bootstrap; ./configure --disable-all --enable-gsl; make check"
fails with
The text was updated successfully, but these errors were encountered: