-
Notifications
You must be signed in to change notification settings - Fork 144
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
Issues when compiling OpenMPI with a job #896
Issues when compiling OpenMPI with a job #896
Comments
Maybe @riccardomurri can pitch in here, but since this seems to be specific to GC3Pie, I have little hope to see this fixed, especially since GC3Pie doesn't seem to be actively maintained anymore (we'll switch to Slurm as default job backend in the upcoming EasyBuild 5.0 because of that) |
From the problem report, it seems that some environment variable But I haven't been able to work on GC3Pie in the last 4 years so this is likely all I can contribute here :-/ |
I tried to replicate the issue with the Slurm back end, but OpenMPI compiled without problems. This is a bit unexpected, we are debug further. I believe the problem is similar to an open issue in the easyconfigs repository, where spurious definition of the |
Yes it is SLURM that sets it and GC3Pie that uses SLURM, so easybuilders/easybuild-easyconfigs#19456 |
I am trying to compile
OpenMPI-4.1.6-GCC-13.2.0.eb
with a GC3Pie job with EasyBuild 4.9.1. Everything works without issue apart from the compilation of MPI itself. The compilation fails with the message:The compilation works without issues when I create an allocation with
salloc
and build MPI in a local process in the allocation.Is this a known issue?
Configuration details
The configuration used for the build job is:
The contents of the
configuration/GC3Pie/iris_gpu_gc3pie.cfg
are:The target system in the GPU partition of the Iris computer at the University of Luxembourg.
The text was updated successfully, but these errors were encountered: