Recently, the pbspro job scheduling system is installed on the mainframe. However, after a script file is written, the submitted jobs cannot run normally, I have never been in touch with PBS, so I would like to ask you what the problem is in the Forum?
The script file is as follows (the file name is WRF, edited by VI ):
#! /Bin/bash
# PBS-N wrfcalculation
# PBS-l walltime = 1:00:00
Mpirun-NP 16./LEE/wrfv2/run/wrf.exe
After saving the file, run the qsub WRF command. The calculation cannot be started normally. It is displayed that the parallel process cannot be started. The information is as follows:
Starting WRF task 0 of 12
Starting WRF Task 1 of 12
Starting WRF Task 2 of 12
Starting WRF Task 4 of 12
Starting WRF Task 5 of 12
Starting WRF Task 6 of 12
Starting WRF task 7 of 12
MPI: mpi_comm_world rank 0 has terminated without calling mpi_finalize ()
MPI: Aborting job
If the parallel operation is started directly, the input of mpirun-NP 16 wrf.exe can be computed normally.
It seems that the problem lies in writing a script file. However, the explanation provided by the school is too simple to know how to change it. Please help.