Federico Ferrari

Results 5 comments of Federico Ferrari

Yes it does, into the file `toolchain.env` are declared both variables with value: ```bash declare -x MPI_LIBS=" -lmpi_cxx -lmpi" declare -x OPENMPI_LIBS=" -lmpi_cxx -lmpi" ```

Hi @alazzaro and thanks for the reply (@mkrack thank you too for your reply). Has you said I've tried compiling it by inject the variables you said: ```bash export CC=mpicc...

Here I am with other infos. I was able to override the `CMAKE_EXE_LINKER_FLAGS` in order to link the openmpi lib path using this string `-Wl,-rpath -Wl,/my-path/ompi-4.1.4_nccl_pbs_ucx14_gdr/lib` and I wasn't unable...

Here I am with some news! After I've solved different bugs into the toolchain I've managed to get the arch files I needed but now when I'm using the command:...

Yep @oschuett, I found that the problem was that so for now I removed it and I also saw that in the version 2023.2 there isn't a script that installs...