Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfaults in test jobs with version 5.8.2 #295

Open
sassy-crick opened this issue Jan 11, 2023 · 0 comments
Open

Segfaults in test jobs with version 5.8.2 #295

sassy-crick opened this issue Jan 11, 2023 · 0 comments

Comments

@sassy-crick
Copy link

Dear all,
I am currently trying to build GA-5.8.2, i.e. the latest version as of writing, with:
OpenMPI-4.1.4
GCC-11.3.0
imkl-2022.2.1
on my test machine which is:
Intel(R) Xeon(R) CPU E5-2660 v2 @ 2.20GHz
with two of the 74 test jobs failing with a segfault.

The same happens on my
11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
On that machine, downgrading the imkl to 2022.2.0 did not sort the problem.

I am using the following configure flags in my build-script (from EasyBuild):

configopts = ' --with-mpi --enable-i8 '
configopts += '--with-blas8="-L$MLROOT/lib/intel64 -Wl,--no-as-needed -lmkl_gf_ilp64 -lmkl_sequential '
configopts += '-lmkl_core -lpthread -lm -ldl" '
configopts += '--with-scalapack8="L$MKLROOT/lib/intel64 -Wl,--no-as-needed -lmkl_scalapack_ilp64 -lmkl_gf_ilp64 '
configopts += '-lmkl_sequential -lmkl_core -lmkl_blacs_openmpi_ilp64 -lmkl_gnu_thread -lpthread -lm -ldl "'

# select armci network as (Comex) MPI-1 two-sided
configopts += ' --with-mpi-ts'

Are there any recommended compiler/OpenMPI/MKL versions?

I would like to avoid the Intel compiler as we got hardware where the performance is not good when using this compiler.

Attached is the test-suite.log file in the hope that helps a bit.
test-suite.log

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant