Dear everyone,
I tried to a run a test of WRF4.1.5, em_les on a new cluster
and found that the execution of wrf.exe hangs.
Any idea about this?
On my another machine, the test run finishes in 1 minute.
Here is the Intel compiler I am using,
module load intel/19.0.3
module load mvapich2/2.3.2
module load netcdf/4.4.1.1
export NETCDF=/share/apps/netcdf/4.4.1.1/intel/19.0.3/
$ ./configure
select "16" and "1"
$ ./compile em_les > log
$ sbatch job.sh
The content of job.sh is
#!/bin/bash -l
#SBATCH -A activate
#SBATCH -J wrf
#SBATCH --nodes=1
#SBATCH -n 8
#SBATCH -t 00:59:58
#SBATCH -o wrf.out
#SBATCH -e wrf.err
ulimit -s unlimited
srun ./wrf.exe
Best regards,
Xiang-Yu
I tried to a run a test of WRF4.1.5, em_les on a new cluster
and found that the execution of wrf.exe hangs.
Any idea about this?
On my another machine, the test run finishes in 1 minute.
Here is the Intel compiler I am using,
module load intel/19.0.3
module load mvapich2/2.3.2
module load netcdf/4.4.1.1
export NETCDF=/share/apps/netcdf/4.4.1.1/intel/19.0.3/
$ ./configure
select "16" and "1"
$ ./compile em_les > log
$ sbatch job.sh
The content of job.sh is
#!/bin/bash -l
#SBATCH -A activate
#SBATCH -J wrf
#SBATCH --nodes=1
#SBATCH -n 8
#SBATCH -t 00:59:58
#SBATCH -o wrf.out
#SBATCH -e wrf.err
ulimit -s unlimited
srun ./wrf.exe
Best regards,
Xiang-Yu