ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
104 stars 27 forks source link

[macOS] Three tests fail: ssids_test, ssmfe_test, ssmfe_ciface_test #167

Closed barracuda156 closed 9 months ago

barracuda156 commented 10 months ago

Could someone take a look, please?

/opt/local/bin/gfortran-mp-13 -fopenmp -pipe -Os -m32  -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/local/lib/libgcc -arch ppc -o examples/Fortran/ssmfe/shift_invert examples/Fortran/ssmfe/shift_invert.o examples/Fortran/ssmfe/laplace2d.o examples/Fortran/ssmfe/ldltf.o -L. -lspral -lmetis  -lopenblas  -L/opt/local/lib -lhwloc -lm -lxml2 -lpthread -lxml2 -lz -llzma -liconv -licui18n -licuuc -licudata -L/opt/local/lib -L/opt/local/lib/gcc13/gcc/powerpc-apple-darwin10/13.2.0 -L/opt/local/lib/gcc13/gcc/powerpc-apple-darwin10/13.2.0/../../.. -lgfortran -lef_ppc 
/usr/bin/make  check-TESTS
PASS: lsmr_test
PASS: rutherford_boeing_test
PASS: scaling_test
PASS: random_test
PASS: random_matrix_test
FAIL: ssids_test
PASS: ssids_kernel_test
FAIL: ssmfe_test
FAIL: ssmfe_ciface_test
============================================================================
Testsuite summary for spral 2023.09.07
============================================================================
# TOTAL: 9
# PASS:  6
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log

test-suite.log ssids_test.log ssmfe_test.log ssmfe_ciface_test.log

amontoison commented 10 months ago

@barracuda156 Can you test with the meson build system?

jfowkes commented 10 months ago

@barracuda156 you're getting SSIDS Error -53, please export:

export OMP_CANCELLATION=TRUE
export OMP_PROC_BIND=TRUE

as required for SSIDS per the docs and re-run.

barracuda156 commented 10 months ago

@jfowkes @amontoison Allow me some time, I will try soon.

jfowkes commented 9 months ago

Closing as CI MacOS tests are all passing.