I am having a same problem with the wrf.exe does not run on a cluster .
I compiled on intel-oneapi-compilers/2021.4.0 and openmpi/4.1.1. with configure option 15 & 1. It would come up with a segmentation fault or won't run on cluster. It depends on the number of nodes and task I've set for the slurs job.
I've attached namelist and pasted the .csh job command here. There is no rsl. file even it still running, also the slurm.out is empty.
#SBATCH --time=48:00:00 # walltime, abbreviated by -t
#SBATCH --nodes=4 # number of cluster nodes, abbreviated by -N
#SBATCH -o slurm-%j.out-%N
#SBATCH -e slurm-%j.err-%N
#SBATCH -J test_wrf
#SBATCH --ntasks=124 # number of MPI tasks, abbreviated by -A
unlimit stacksize
mpirun -np $SLURM_NTASKS ./real.exe
mpirun -np $SLURM_NTASKS ./wrf.exe
I compiled on intel-oneapi-compilers/2021.4.0 and openmpi/4.1.1. with configure option 15 & 1. It would come up with a segmentation fault or won't run on cluster. It depends on the number of nodes and task I've set for the slurs job.
I've attached namelist and pasted the .csh job command here. There is no rsl. file even it still running, also the slurm.out is empty.
#SBATCH --time=48:00:00 # walltime, abbreviated by -t
#SBATCH --nodes=4 # number of cluster nodes, abbreviated by -N
#SBATCH -o slurm-%j.out-%N
#SBATCH -e slurm-%j.err-%N
#SBATCH -J test_wrf
#SBATCH --ntasks=124 # number of MPI tasks, abbreviated by -A
unlimit stacksize
mpirun -np $SLURM_NTASKS ./real.exe
mpirun -np $SLURM_NTASKS ./wrf.exe