Dear All,
The job is not running. Please help me to rectify this.
#PBS -N spicule
#PBS -l nodes=2:ppn=12
#PBS -l walltime=00:05:00
#PBS -q qreg_1day_small
###PBS -l mem=384gb
#PBS -o outtest.log
#PBS -e Error.log
cd /localscratch/physahel/pencil-code/sahel/spicule_strict_7.5G_small
export KNP_STACK_SIZE=100 G
rm data/svnid.dat
mpirun -machinefile $PBS_NODEFILE -np 24 ./src/start.x > start.out
mpirun -machinefile $PBS_NODEFILE -np 24 ./src/run.x > run.out
************************************************************
Currently Loaded Modulefiles:
- compilers/intel/2019.5.075 2) libs/git-2.9.5 3) compilers/mpich/3.1.3-int
************************************************************
These outputs I got
phy@rnarasimha ]$ cat start.out
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 190133 RUNNING AT node12
= EXIT CODE: 255
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 143094 RUNNING AT node13
= EXIT CODE: 255
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
[phy@rnarasimha ]$ cat run.out
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 190148 RUNNING AT node12
= EXIT CODE: 255
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 143212 RUNNING AT node13
= EXIT CODE: 255
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
At the same time, I got these errors.
[phy@rnarasimha ]$ cat Error.log
[proxy:0:0@node12] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./src/start.x (No such file or directory)
[proxy:0:0@node12] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./src/start.x
[proxy:0:0@node12] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./src/run.x (No such file or directory)
[proxy:0:0@node12] HYDU_create_process (utils/launch/launch.c:75): execvp error on file ./src/run.x (No such file or directory)