-
**Required Info:**
- AWS ParallelCluster version: 3.7.1
- Full cluster configuration without any credentials or personal data:
config.yaml
```
Region: us-east-1
Image:
Os: alinux2
Sh…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used GitHub search to find a similar request and didn't find it 😇
### Describe the issue
There are currently no examp…
-
From time to time, AiiDA will retrieve the files in a calculation folder before the calculation has finished.
When checking the calculation folder using `gotocomputer` at a later point in time, one f…
-
## Describe the bug
The ClearML web UI does not show console logs when using clearml-agent to submit a task to a slurm cluster. When manually submitting the task to the slurm cluster, console loggi…
-
A SlurmOperator base-class would be essential for our more intensive computing jobs (i.e bids-apps). However there are a couple of things we'd need to mange when working with this class:
1. Monitor…
-
## Expected Behavior
Expected is that multiple independent jobs (e.g. SLURM job array) can run concurrently on the same cluster (on disjoint sets of nodes, not co-scheduled).
## Actual Behavior
…
-
In [`history/admin.py`](https://github.com/FREVA-CLINT/freva-web/blob/main/history/admin.py#L37-L43)
appears that
```python
def started_from_website(self, instance):
if instance.slurm_…
-
Currently the scheduler has only been developed/tested with Slurm in mind. However, since HyperQueue also supports PBS, we should redesign some parts to be more general so both job managers can be sup…
-
This issue describes an undesirable behaviour found within the [`SlurmJobManagerCERN`](https://github.com/reanahub/reana-job-controller/blob/master/reana_job_controller/slurmcern_job_manager.py) class…
-
Currently `zppy` only supports SLURM. This means that `zppy` won't work on machines using the Cobalt job scheduler for example. So, we should add support for other schedulers.