Skip to content
Snippets Groups Projects
Unverified Commit 852cac09 authored by rpaganmunoz's avatar rpaganmunoz Committed by GitHub
Browse files

Update how_to_execute_on_Slurm_IM.md

parent 1bb9ead3
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN -e ONECLIENT_PROVIDER_H
Para 12 nodos, se lanzaría así:
```bash
root@slurmserver:/home/root/prep# for i in {1..12}; do sbatch build_docker.sbatch ; done
root@slurmserver:/home/root/prep# for i in {1..12}; do sbatch test_docker.sbatch ; done
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment