CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Problems using a qsub (PBS) job-scheduler: "no access to tty (Bad file descriptor)"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2015, 03:15
Unhappy Problems using a qsub (PBS) job-scheduler: "no access to tty (Bad file descriptor)"
  #1
Member
 
Heliana Cardenas
Join Date: Jul 2013
Posts: 30
Rep Power: 12
heliana60 is on a distinguished road
Hi Bruno!

Thank you so much, I checked and openFoam settings was trying to compile an earlier version of the open-mpi that was downloaded by ThirdParty. I fixed that and it compiled

I am now facing another little problem when I submit the queue to the cluster, it always says:

Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell

This is the script I am using when I enter qsub viscofoam:

#!/bin/bash
#PBS -l walltime=100:00
#PBS -l select=1:ncpus=8:mpiprocs=8
#PBS -N th10_1e-2_sU
#PBS -q all.q
#PBS -o out # stdout and stderr
#PBS -e err
# redirect stdout and stderr
# -o log
# -e log.err

module load openmpi

mpirun -np 8 viscoelasticFluidFoam -parallel > run_par.$PBS_JOBID

Do you have any idea?

Heliana
heliana60 is offline   Reply With Quote

Old   January 24, 2015, 13:26
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Heliana,

I moved (copied) your post from here: http://www.cfd-online.com/Forums/ope...llel-mode.html - to this new thread at the correct sub-forum, since this was no longer an issue with installation.

OK, regarding your question: this seems something that should be answered by your system's administrator.
However, I did a quick search on Google for:
Code:
qsub Warning: no access to tty
and found out that this is only a warning, meant to tell you that key combinations such as Ctrl+Z will not work, mainly because the job request was sent to the cluster and there is no directly control from the current launch. You'll have to use some other command to stop or control the job you've sent to the cluster.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   January 26, 2015, 08:39
Default
  #3
Member
 
Heliana Cardenas
Join Date: Jul 2013
Posts: 30
Rep Power: 12
heliana60 is on a distinguished road
Hi Bruno!

My administrator already fix it apparently the cluster was not using bash but csh and for some reason it was not following the command at the begging of my script to switch to bash. He fixed that and qsub is running.

The problem that I am facing right now is that when I run it it is like it's running somehow the case n-times (n=number of proccessors-ish) so it is actually taking longer.

I tried this in my own computer with a simple cavity case and it does the same, when I introduce:

mpirun -np 8 icoFoam -parallel > log.parallel &


it runs the case 8 times hence talking longer (it shows when i check with top-command) Am I doing something wrong??

thank you so much for your help

have a nice day!

Heliana
heliana60 is offline   Reply With Quote

Old   January 26, 2015, 15:42
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by heliana60 View Post
I tried this in my own computer with a simple cavity case and it does the same, when I introduce:

mpirun -np 8 icoFoam -parallel > log.parallel &

it runs the case 8 times hence talking longer (it shows when i check with top-command) Am I doing something wrong??
Quick answer:
As long the "-parallel" option is used, then the 8 processes are running the case cooperatively.
If you had not used this option, then it would truly be running the same case 8 times independently.

The problem you're seeing is that you are not at least following the rule of thumb of a minimum of 50000 cells per processor. Have a look at this blog post of mine for a ton more details on this topic: Notes about running OpenFOAM in parallel
wyldckat is offline   Reply With Quote

Old   January 28, 2015, 07:14
Default
  #5
Member
 
Heliana Cardenas
Join Date: Jul 2013
Posts: 30
Rep Power: 12
heliana60 is on a distinguished road
thank you Bruno!

I am reading those notes now

Heliana
heliana60 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43
[swak4Foam] swak4foam building problem GGerber OpenFOAM Community Contributions 54 April 24, 2015 16:02
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error FerdiFuchs OpenFOAM Community Contributions 27 April 16, 2014 15:14
[swak4Foam] swak4Foam-groovyBC build problem zxj160 OpenFOAM Community Contributions 18 July 30, 2013 13:14
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44


All times are GMT -4. The time now is 18:03.