-
### What happened? (You can include a screenshot if it helps explain)
When using `queue_system: torque`, the `everserver` job fails to submit:
```
$ everest run --debug --new-run config.yml
...
DE…
cmrqs updated
18 hours ago
-
### Command description
Firstly, apologies if this is not the most suitable issue type.
I noticed that ``qstat`` or ``qsub`` pages refer to TORQUE scheduler. However, other schedulers, at least SGE …
-
Hi again
I'm truing to run reprDB in my standalone OSX, and i don't have what it needs to execute qsub command. i tried searching online and the installation of Torque seems pretty challenging for me…
-
Both SGE and LSF have qsub options that cause the qsub command to wait until the job has completed before returning. Some 3rd party pipeline applications make use of this feature, which makes porting…
-
we need to replace the boolean "if args.save_for_LTAS and args.save_matrix:" in qsub_spectrogram_generator_pkg.py by "if save_welch:"
-
If `qstat -j ` shows:
```
job_args: -l,h_rt=00:30:00,mem_free=2G,gpu_mem=1G
```
it suggests that an incorrect `qsub` call was made. A reproducible example (from 2024-10-09 Slack t…
-
```
What steps will reproduce the problem?
1. setup qsub so that there is a queue problem
2. submit job
3. job constantly resubmits over and over and fails.
What is the expected output? What do you s…
-
Dear Team
I have installed the necessary dependencies to run the OptMAVEn_2.0 code in a separate conda environment. When running the OptMAVEn_2.0 code as instructed, I get the following error:
`…
-
### Summary
We should add a template for `qsub` commands that users can edit for the package to work on their clusters.
### Additional Detail
`qsub` commands are not identical for all HPC…
-
The scc can send email notifications
* Use “-m” qsub option
- b = when job begins,
- a = if job aborts
- e = when job ends
eg
`qsub -P project -m bae spline.qsub`