Hello everyone,
I've been using a recently compiled WRF 4.6.0 dm+sm for a while, that worked fine not using ndown at all. The first runs I tried using ndown.exe always crash, giving an error message I've never seen posted online, except for my partner:
Oops, how can I access UNIX commands from Fortran?
system_or_exec_only
I'm kind of sure it's not the namelist or anything similar because if I execute ndown.exe with a compilation of 4.4.1 it works perfectly (even if the previous steps were executed with the new version).
We have tried changing environment variables, since it seems to be an MPI error, with no result. We have also used a compilation that uses MPICH instead of OpenMPI, giving the same error. No matter the size of the system we try to run it on, it always crashes.
We are executing ndown with one of the following commands:
./ndown.exe
mpirun -np 8 --bind-to none --report-bindings ndown.exe
And we are exporting OMP_STACKSIZE=1G, OMP_NUM_THREADS=2. We have been changing these values a lot, and it seems to make no difference.
I'm attaching images of rsl.out, rsl.error and the standard output.
Thanks in advance.
I've been using a recently compiled WRF 4.6.0 dm+sm for a while, that worked fine not using ndown at all. The first runs I tried using ndown.exe always crash, giving an error message I've never seen posted online, except for my partner:
Oops, how can I access UNIX commands from Fortran?
system_or_exec_only
I'm kind of sure it's not the namelist or anything similar because if I execute ndown.exe with a compilation of 4.4.1 it works perfectly (even if the previous steps were executed with the new version).
We have tried changing environment variables, since it seems to be an MPI error, with no result. We have also used a compilation that uses MPICH instead of OpenMPI, giving the same error. No matter the size of the system we try to run it on, it always crashes.
We are executing ndown with one of the following commands:
./ndown.exe
mpirun -np 8 --bind-to none --report-bindings ndown.exe
And we are exporting OMP_STACKSIZE=1G, OMP_NUM_THREADS=2. We have been changing these values a lot, and it seems to make no difference.
I'm attaching images of rsl.out, rsl.error and the standard output.
Thanks in advance.