torque Questions

6

I am developing a android application which reads Obd data from vehicle's Obd adapter via bluetooth... I am facing issue while initializing the adapter. I have sent following Obd commands in sequen...
Staphylorrhaphy asked 7/12, 2012 at 13:52

1

Getting the data from OBD II simulator to android application via Bluetooth successfully. Now I am trying get the data from ELM327 device to android application. I have an ELM327 device connected t...
Byrne asked 8/9, 2020 at 13:10

4

Solved

How can I return to my bash prompt automatically after printing output from a function that was put in the background? For example, when I run the following script in a bash shell: fn(){ sleep ...
Mckoy asked 17/4, 2014 at 5:49

5

I have IDs of completed jobs. How do I check its detailed information, such as execution time, allocated nodes, etc? I remember SGE has a command for it (qacct?). But I could not find it for PBS or...
Sideway asked 16/6, 2014 at 17:5

2

Solved

How do I send a job to a specific node in PBS/TORQUE? I think you must specify the node name after nodes. #PBS -l nodes=abc However, this doesn't seem to work and I'm not sure why. This question...
Pruchno asked 23/8, 2013 at 0:20

4

Solved

I have a long running Torque/PBS job and I'd like to monitor output. But log file only gets copied after the job is finished. Is there a way to convince PBS to refresh it?
Abri asked 10/5, 2012 at 3:17

0

I have been attempting to setup the torque scheduler for a small cluster. I followed the steps to setup the scheduler from http://docs.adaptivecomputing.com/torque/archive/3-0-2/1.2configuring_torq...
Leathaleather asked 18/8, 2018 at 1:39

5

Q: How do I find the available PBS queues on the "typical" Torque MPI system? (asking our admin takes 24+ hours, and the system changes with constant migration) (for example, "Std8" is one possibl...
Postmeridian asked 22/8, 2011 at 19:58

3

Solved

When I submit a job using qsub script.sh is $@ setted to some value inside script.sh? That is, are there any command line arguments passed to script.sh?
Scaly asked 21/10, 2014 at 13:14

1

I have a python script main_script.py that looks like this: import os Files = os.listdir(os.path.join(path, ".")) FilesNumber = len(Files) for fileID in range (0,FilesNumber): filename = Files[...
Penumbra asked 7/3, 2017 at 13:11

2

I have a script that splits a data structure into chunks. The chunks are processed using a torque job array and then merged back into a single structure. The merge operation is dependent on the jo...
Maturate asked 22/10, 2013 at 12:28

1

I'm trying to submit a torque job that is dependent on an array completing. FIRST=`qsub -q hep -t 1-5 foo.sh` qsub -q hep -W depend=afterok:$FIRST bar.sh The FIRST job array submits and complete...
Rambler asked 7/11, 2016 at 18:36

3

I am having an issue where if I have 2000 jobs queued and try to delete them with qdel all, it'll keep trying to delete the running jobs first. This means I have to wait a long time for the jobs to...
Jada asked 16/1, 2014 at 1:27

1

Solved

This is a followup on [How to set up doSNOW and SOCK cluster with Torque/MOAB scheduler? I have a memory limited script that only uses 1 foreach loop but I'd like to get 2 iterations running on no...
Marsala asked 21/1, 2015 at 17:20

4

Solved

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...
Dodge asked 30/10, 2012 at 15:55

1

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
Winger asked 13/2, 2012 at 15:41

1

Solved

In continuation of this question (https://mcmap.net/q/2012556/-allow-foreach-workers-to-register-and-distribute-sub-tasks-to-other-workers), what is a best practice to connect doSNOW and SOCK clust...

1

Solved

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 wit...
Actualize asked 8/11, 2012 at 2:38

1

Solved

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...
Overact asked 18/10, 2012 at 21:40

2

Solved

I'm trying to run my program using torque scheduler using mpi run. Though in my pbs file I load all the library by export LD_LIBRARY_PATH=/path/to/library yet it gives error i.e. error while ...
Practitioner asked 6/7, 2012 at 19:4

2

Solved

If I need to run many serial programs "in parallel" (because the problem is simple but time consuming - I need to read in many different data sets for the same program), the solution is simple if I...
Aggy asked 28/3, 2011 at 0:10
1

© 2022 - 2024 — McMap. All rights reserved.