|
[Sponsors] |
July 3, 2014, 10:51 |
parallel computation with PBS error
|
#1 | ||
New Member
Tansu
Join Date: Apr 2014
Location: Turkey
Posts: 16
Rep Power: 12 |
Hello everyone,
i am new with SU2 and trying to do tutorials. But i can't do the parallel computation with PBS. i got an error when i wanted to submit PBS file using qsub command.Interior of the PBS file is as follows: Quote:
Quote:
On the other hand when i run the python script on command line as follows: /opt/SU2/bin/parallel_computation.py -f inv_ONERAM6_JST.cfg -n 4 it works and creates all of results correctly. i added paths SU2_RUN and SU2_HOME to my .bashrc i don't know how to apply the python script (parallel_computation.py) in PBS. Any help will be greatly appreciated. Thanks in advance Tansu |
|||
July 3, 2014, 11:24 |
|
#2 | |
Member
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17 |
Quote:
# ############################################ #PBS -l nodes=1: ppn=8 #Request hours of walltime # #PBS -l walltime=360:00:00 # #PBS -j oe #PBS -o BXdW.log #PBS -N BXdW # # cd /home/vela/jamesliu/DW echo " " echo " " echo "Job started at `date`" /opt/sgi/mpt/mpt-2.07/bin/mpirun -np 8 SU2_PRT turb_DW1.cfg /opt/sgi/mpt/mpt-2.07/bin/mpirun -np 8 SU2_CFD turb_DW1.cfg /opt/sgi/mpt/mpt-2.07/bin/mpirun -np 8 SU2_SOL turb_DW1.cfg echo " " echo "Job Ended at `date`" echo " " |
||
July 3, 2014, 12:59 |
|
#3 |
New Member
Tansu
Join Date: Apr 2014
Location: Turkey
Posts: 16
Rep Power: 12 |
thank you very much Liu
it seems it worked |
|
July 3, 2014, 17:59 |
|
#4 |
Member
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17 |
||
July 4, 2014, 07:21 |
|
#5 |
New Member
Tansu
Join Date: Apr 2014
Location: Turkey
Posts: 16
Rep Power: 12 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compile calcMassFlowC | aurore | OpenFOAM Programming & Development | 13 | March 23, 2018 08:43 |
Undeclared Identifier Errof UDF | SteveGoat | Fluent UDF and Scheme Programming | 7 | October 15, 2014 08:11 |
Errors in UDF | shashank312 | Fluent UDF and Scheme Programming | 6 | May 30, 2013 21:30 |
Installation OF1.5-dev | ttdtud | OpenFOAM Installation | 46 | May 5, 2009 03:32 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |