-
Specific (generic) example:
A computing system has three clusters, A, B, and C. Each cluster has its own queue (i.e., jobs submitted while logged into A do NOT show up when logged into B and running …
-
Besides qsub and qstat we have many other commands that could be useful, that are available on Glenn and Oakley.
Here is a list:
http://docs.adaptivecomputing.com/torque/4-1-4/help.htm#topics/12-appe…
-
Hi Prof. Anan,
I am trying to use the SVM-M in my own 48-CPU core computer in the Centos7.6 system without openPBS. I found some code, like qsub and qstat which is for openPBS.
How can I revise th…
-
Is there a plan to make a more "humane" interface?
By this, for example, I mean returning a job object from get_job:
```
jobs = c.get_job(['q'])
job = jobs[0]
print job.payload
job.ack()
```
Other …
-
```
What steps will reproduce the problem?
1. Launching a simulation with ggeotop.
2.
3.
What is the expected output? What do you see instead?
Jobs get scheduled and are run, but come back 'unknown'…
-
```
When a `squeue`/`qstat`/`bjobs` (a "stat" command in the following)
fails, we currently simply ignore the error and try again with the
`sacct`/`qacct`/`bacct` ("acct" command):
gc3.gc3libs: D…
-
```
What steps will reproduce the problem?
1. Launching a simulation with ggeotop.
2.
3.
What is the expected output? What do you see instead?
Jobs get scheduled and are run, but come back 'unknown'…
-
```
What steps will reproduce the problem?
1. Launching a simulation with ggeotop.
2.
3.
What is the expected output? What do you see instead?
Jobs get scheduled and are run, but come back 'unknown'…
-
Hello,
I ran into a problem after running the program for two days. At the beginning of the program, there is no problem with its output, such as:
```
[2021-08-04T04:31:02+0800] [MainThread] [I]…
-
Hi, Chris,
Would it be possible to return to the older naming of jobs so that I can see at a glance in qstat whether a job is a daligner job, an LAsort/merge job, a pread daligner job, etc?
I would …