Hi,
after following the instructions of the error message, in other works
running like this:
#!/bin/bash
#PBS -l nodes=1:ppn=32
#PBS -N mc_cond_0_h3
#PBS -o mc_cond_0_h3.o
#PBS -e mc_cond_0_h3.e
PATH=$HOME/libraries/compiled_with_gcc-7.3.0/openmpi-4.0.2/bin:$PATH
LD_LIBRARY_PATH=/share/apps/gcc-7
Guido,
This error message is from MPICH and not Open MPI.
Make sure your environment is correct and the shared filesystem is mounted on
the compute nodes.
Cheers,
Gilles
Sent from my iPod
> On Dec 12, 2019, at 1:44, Guido granda muñoz via users
> wrote:
>
> Hi,
> after following the ins