adityakavalur
adityakavalur
Thanks for the reply! @3nuc I ended up using a different repo for this (https://github.com/giovtorres/slurm-docker-cluster)
Yes, it does not. Although technically speaking, MPI is not necessary to get a slurm docker cluster running, so I'd consider it an add on. In my fork I simply...
I have a spack environment (called milan-24) that has a lot of other specs, that I thought would be noise in the current discussion but I guess will help reproduce...
@keixthb I am unable to reproduce this error with a clean slate environment, and the build goes through. However, unfortunately I get a run time error. Steps that I took...
Some dependencies point to the correct libstdc++ whereas paraview doesnt. Its all in the same environment ``` [kavalurav@zfocus07 cleanslate-withrpath]$ ldd ~/Downloads/Tickets/spack/paraview/cleanslate/spack/opt/spack/linux-rocky8-zen3/gcc-11.2.0/gperf-3.1-d37f3vdrf2jrdekmlkg54w7pbjmx7wb2/bin/gperf linux-vdso.so.1 (0x00007ffff7ffa000) /lib64/libfakeXinerama.so.1.0 (0x00007ffff7bcc000) libstdc++.so.6 => /cm/local/apps/gcc/11.2.0/lib64/libstdc++.so.6 (0x00007ffff77b6000) libm.so.6...
@scheibelp it looks like the non standard gnu compiler library locations are appended to rpath and it probably picks up `/usr/lib` which is listed before it. Is there a way...
Looks like this was discussed [before](https://github.com/spack/spack/issues/4261) I agree with the user `ptooley` perhaps pushing /usr always to the end might help, I am surprised I never encountered this before. I...
If I `LD_PRELOAD` the correct libstdc++ this issue is resolved, I obviously dont want to do that in production. After all that, I run into the following, which is what...
``` spack config blame compilers --- compilers: /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:19 - compiler: /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:20 spec: gcc@=11.2.0 /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:21 paths: /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:22 cc: /cm/local/apps/gcc/11.2.0/bin/gcc /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:23 cxx: /cm/local/apps/gcc/11.2.0/bin/g++ /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:24 f77: /cm/local/apps/gcc/11.2.0/bin/gfortran /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:25 fc: /cm/local/apps/gcc/11.2.0/bin/gfortran /home/kavalurav/Downloads/Tickets/spack/paraview/cleanslate/spack/var/spack/environments/paraview-test/spack.yaml:26 flags: {}...
@scheibelp thanks for spending time on this. Below is the output for `pvserver` . I still do see the error, so I guess one of the variants enabled in my...