Skip to content

Regarding running WWIII using qsub command #1043

Closed Answered by ukmo-ccbunney
krishnanathira asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

I tried running the model this way my submit.sh file is as follows,

#! /bin/bash
#PBS -l nodes=1:ppn=16
#PBS -N WW3-Run
#PBS -q default
#PBS -j oe
#PBS -V
cd /home/athirak/WW3-6.07.1/regtests 
cat $PBS_NODEFILE > pbsnodes
./bin/run_test -N -n 16 -p mpirun -s Ifremer1 -w output_test ../model A_test

"output_test" is my output folder and A_test is my work directory. I have kept all the inputs in one folder called "input" inside the A_test folder. When I am running the model with qsub submit.sh, its terminating soon. But, instead of using qsub, when I tried running the command ./bin/run_test -N -n 16 -p mpirun -s Ifremer1 -w output_test ../model A_test in terminal, the model is running.

C…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@krishnanathira
Comment options

Comment options

You must be logged in to vote
2 replies
@krishnanathira
Comment options

@krishnanathira
Comment options

Answer selected by krishnanathira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants