Qsub is a job submission command for high performance computing jobs.
0
votes
0answers
19 views
How to have console output for Intel ManyCore Lab batch jobs?
I'm currently testing an OpenMP parallel program on Intel's ManyCore Testing Lab computers, and have been using
qsub -l select=1:ncpus=30 $HOME/myjob
to add the job and run it. It puts the output ...
0
votes
0answers
15 views
Empty log using qsub
I'm using qsub to submit a script to a cluster. The only thing the script does is launching a C++ multithread program.
qsub -l normal -pe multiproc 8 -R y -cwd ./launch.sh
The problem I'm facing ...
1
vote
4answers
62 views
$SGE_TASK_ID not getting set with qsub array grid job
With a very simple zsh script:
#!/bin/zsh
nums=(1 2 3)
num=$nums[$SGE_TASK_ID]
$SGE_TASK_ID is the sun-grid engine task id. I'm using qsub to submit an array of jobs.
I am following what is ...
0
votes
0answers
8 views
Job enter exit status right after submited
I am using PBS queue, there was a queue that when I submit a job, it immediately enter the exit status, and there is no output/error file available (Like, no do.sh.exxxxxxxxx and do.sh.oxxxxxxx)
When ...
0
votes
0answers
27 views
Submitting jobs using qsub in matlab r2012a
I am running a code which includes a loop where I am splitting my task and sending it using qsub as different jobs. For eg I am calling:
function searchweights()
startup
...
0
votes
1answer
27 views
Silently submit a job with qsub to SGE
I have a bash script which submits hundreds of jobs using qsub to a slowly responding SGE queue (it takes a good second for each job ID to show up).
In order to bypass this time consuming process ...
0
votes
0answers
18 views
qsub path shell script
I have 2 questions about path.
first question is related to 'qsub'
this is my current folder
/home/mtrnn/rnn_class_EE837/src/rnn-learn/result/lissa_1_rec/
in this folder I use
qsub -q ...
0
votes
0answers
13 views
Set PBS Pro execution directory
I'm having some trouble with PBS Pro.
In standard configuration the Staging and Execution Directory is the User’s Home. (data/home in my case).
However through the command
-Wsandbox=PRIVATE
...
0
votes
0answers
40 views
Force qsub (PBS) to wait the job's end before exiting
I've been using Sun Grid Engine to run my jobs on a node of a cluster.
Usually I would wait for the job to complete before exiting and I use:
qsub -sync yes perl Script.pl
However now I don't use ...
0
votes
2answers
106 views
Pass parameter to a perl script executed trough qsub
Hi would like to pass a parameter to my perl script that should be executed trough qsub.
So I run:
qsub -l nodes=node01 -v "i=500" Test.pl
While in Test.pl I try to call i parameter in several way: ...
0
votes
1answer
79 views
how to use ssh to run local script in a qsub script between two clusters?
I'm programming script for the operations on 2 clusters.
My aim is to focus only one cluster, it means every script source code is only on one of the cluster.
For example in Cluster A I have all ...
0
votes
1answer
37 views
how to pass value into boost option parameter of code from qsub
I have a program that takes some value from user (parameter is passed using boost option).
./prog --my-value 32
Its fine till here, but now I am running the program in multi nodes and multi cores ...
1
vote
2answers
138 views
How to use the qsub -v command in PBS torque with a perl script?
I would like to pass variables to a perl script by using "qsub -v" command.
This is the perl script I would run (it's just a test but if it doesn't work I cannot do anything more difficult)
...
0
votes
1answer
67 views
pass string argument in qsub
I have the following shell script named dump.sh
#!/bin/sh
#$ -cwd
#$ -j y
#module load gcc octave
octave --eval "dumpoct($Nlay, $prefix);"
This script loads the octave module and then evaluates the ...
0
votes
2answers
143 views
How to dynamically scale StarCluster/qsub/EC2 to run parallel jobs across multiple nodes
I am new to using Startcluster/qsub/grid engine to run parallel jobs and I tried reading couple of other posts regarding the same. I still am not sure of how to build a scalable solution for my ...
0
votes
1answer
60 views
Missing Java library when submitting Grid Engine job
When I qsub a script that runs a java program I get this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/java/jdk1.6.0_16/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot ...
0
votes
0answers
69 views
parallelize python code + queue submission
I have a Python code containing a for loop that I would like to parallelize, and run on a cluster via a queue.
Here is a copy of the code mycode.py:
import struct
import numpy
from array import array
...
0
votes
2answers
72 views
Is there a way to use qsub and source together?
I wrote a shell script to process a bunch of files separately, like this
#!/bin/bash
#set parameters (I have many)
...
#find the files and do iteratively
for File in $FileList; do
source ...
0
votes
1answer
124 views
How to run script in remote terminal from text editor?
My question is a bit specific to the scenario I'm facing. I wasn't really sure what to search for to find and answer to it here.
I'm working on developing some CUDA-based programs as part of my ...
1
vote
2answers
260 views
excluding nodes from qsub command under sge
I have more than 200 jobs I need to submit to and sge cluster. I'll be submitting them into two ques. One of the ques have a machine that I don't want to submit jobs to. How can I exclude that ...
2
votes
1answer
272 views
How fast can one submit consecutive and independent jobs with qsub?
This question is related to pbs job no output when busy. i.e Some of the jobs I submit produce no output when PBS/Torque is 'busy'. I imagine that it is busier when many jobs are being submitted one ...
0
votes
0answers
46 views
pbs job no output when busy
I am experiencing a problem with PBS where, of all the jobs I submit, there tends to be a fraction that do not produce any output as they should. I have to resubmit them several times until they have ...
0
votes
2answers
36 views
what is 'Gbytes seconds'?
From the qstat (Sun Grid Engine) manpage:
mem: The current accumulated memory usage of the job in Gbytes seconds.
What does that mean?
0
votes
0answers
33 views
Starting many unrelated jobs in parallel on Grid Engine?
I often want to start a set of entirely unrelated ("embarrassingly" parallel) jobs on a Grid Engine cluster, for load-balancing purposes.
What I do at the moment, I generate one Bash script for each ...
0
votes
2answers
183 views
how to use awk and a conditional pipe to submit qsub jobs?
I have a file (fasta) that I am using awk to extract the needed fields from (sequences with their headers). I then pipe it to a BLAST program and finally I pipe it to qsub in order to submit a job.
...
1
vote
1answer
92 views
How to run several command in one PBS job submission
I have written a code that takes only 1-4 cpus. But when I submit a job on the cluster, I have to take at least one node with 16 cores per job. So I want to run several simulations on each node with ...
10
votes
1answer
273 views
Submit jobs to a slave node from within an R script?
To get myscript.R to run on a cluster slave node using a job scheduler (specifically, PBS)
Currently, I submit an R script to a slave node using the following command
qsub -S /bin/bash -p -1 -cwd ...
2
votes
1answer
315 views
How to use the qsub -v command in PBS torque?
I would like to pass variables to a csh script by using "qsub -v" command. I understand we can list the parameters-value pairs as below,
qsub -v par1=value1 par2=value2 myScript.csh
Does anyone ...
0
votes
1answer
71 views
How do I suppress error and output log files in SGE
I'm running code in a Sun Grid Engine batch system that generates large log files. I can choose the output locations using the -o and -e options, but would like to know if I can tell it not to record ...
0
votes
1answer
228 views
Cluster qsub check when job is done. python
I'm building a python pipeline and in that pipeline script I call for another python script which uses qsub to submit a job to a cluster (this job consist op 70 jobs)
Now I need the output of those ...
0
votes
2answers
205 views
alias commands in qsub
The -V option with qusb only importing the environment variable but not the alias from .bashrc . For example
### in .bashrc
alias ll='ls -ltr'
alias la='ls -A'
export ...
1
vote
1answer
948 views
Wait for set of qsub jobs to complete
I have a batch script which starts off a couple of qsub jobs, and I want to trap when they are all completed.
I don't want to use the -sync option, because I want them to be running simultaneously. ...
1
vote
0answers
338 views
python subprocess qsub command in multiprocessing environment
I have a list of commands that I need to run though a lsf farm (using "qsub -I").
Lets say the commands are listed in commands_l. I am using multiprocessing module trying to run 2 processes at a ...
0
votes
2answers
81 views
Error while using -N option with qsub
I tried to use qsub -N "compile-$*" in Makefile and it gives the following error
because $* equals to "compile-obj/linux/flow" in this case.
qsub: ERROR! argument to -N option must not contain /
...
1
vote
2answers
54 views
Do all cluster schedulers take array jobs, and if they do, do they set SGE_TASK_ID array id?
When using qsub to put array jobs on a cluster the global variable SGE_TASK_ID gets set to the array job ID. I use this in a shell script that I run on a cluster, where each array job needs to do ...
0
votes
1answer
349 views
Parallel processing with dependencies on a SGE cluster
I'm doing some experiments on a computing cluster. My algorithm has two steps. The first one writes its outputs to some files which will be used by the second step. The dependecies are 1 to n meaning ...
2
votes
3answers
2k views
'Unexpected end of file' and 'error importing function definition' error running shellscript using qsub
I have the following shellscript:
#!/bin/sh
cd /sw/local/bin/
export LD_LIBRARY_PATH=/sw/local/lib:/usr/local/Trolltech/Qt-4.7.2/lib:$LD_LIBRARY_PATH
./FeatureFinderRaw -in /homes/JG-C1-18.mzML -out ...
3
votes
1answer
666 views
Directly pass parameters to pbs script
Is there a way to directly pass parameters to a .pbs script before submitting a job? I need to loop over a list of files indicated by different numbers and apply a script to analyze each file.
The ...
0
votes
2answers
278 views
Can I qsub without source .bash_profile
When I submit a bunch of jobs using qsub, the qsub will source the .bash_profile at first. So how can I qsub a job without source .bash_profile firstly.
1
vote
1answer
283 views
Execution with more than one machine failed
related to my work (here Using a generic type with an adjacency_list) I'm now testing the execution of a simple code that does the following:
Initializes the boost-mpi enviroment
Load a graph from a ...
4
votes
1answer
541 views
Exclude certain nodes when submitting jobs with qsub / torque?
When submitting batch jobs with qsub, is there a way to exclude a certain node (by hostname)?
Something like
# this is just a pseudo command:
qsub myscript.sh --exclude computer01
1
vote
1answer
223 views
How does MATLAB handle file change while the file is being executed?
Assume that you start running the script. What happens when you change that file when it is being executed? It seems that MATLAB takes a copy of the file and then starts executing it. I want to make ...
2
votes
1answer
97 views
can i delete a shell script after it has been submitted using qsub without affecting the job?
I want to submit a a bunch of jobs using qsub - the jobs are all very similar. I have a script that has a loop, and in each instance it rewrites over a file tmpjob.sh and then does qsub tmpjob.sh . ...
2
votes
2answers
1k views
how to specify error log file and output file in qsub
I have a qsub script as
#####----submit_job.sh---#####
#!/bin/sh
#$ -N job1
#$ -t 1-100
#$ -cwd
SEEDFILE=/home/user1/data1
SEED=$(sed -n -e "$SGE_TASK_ID p" $SEEDFILE)
...
1
vote
2answers
4k views
Argument passing in .sh scripts
I have a shell script foo.sh which is a qsub job with content:
#!/bin/bash -l
#$ -S /bin/bash
#$ -N $2
echo $1
I would like to pass two arguments. If I call qsub foo.sh a b the ...
1
vote
2answers
513 views
using qsub (sge) with multi-threaded applications
i wanted to submit a multi-threaded job to the cluster network i'm working with -
but the man page about qsub is not clear how this is done - By default i guess it just sends it as a normal job ...
1
vote
2answers
321 views
Submit a job to Oracle Grid Engine in Jenkins continuous integration test system
I know how to run a bash script on Jenkins. However, if I use qsub to submit the bash script to OGE system, how does Jenkins know that my job terminates or not?
0
votes
3answers
184 views
QSUB a process for every file in a directory?
I've been using
qsub -t 1-90000 do_stuff.sh
to submit my tasks on a Sun GridEngine cluster, but now find myself with data sets (super large ones, too) which are not so conveniently named. What's ...
1
vote
2answers
114 views
How to set the qsub to run job2 five seconds (or any desired value) after the job1 is finished?
Currently what I do is to estimate when job1 will be finished, then using the “#PBS -a [myEstimatedTime+5]" directive I run qsub for job2. But I’m not happy with my approach since sometimes it is ...
1
vote
0answers
116 views
python program killed in pbs without info
I'm running a simple Python program using rpy2 in a cluster managed by pbs_torque. My problem is that the same piece of code works perfectly and other times is killed without logical reason or error ...