Add run script
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## Run kernel.cu file
|
||||
|
||||
Добавить задачу на запуск kernel.cu в очередь.
|
||||
|
||||
```bash
|
||||
sbatch run.script
|
||||
```
|
||||
|
||||
Узнать статус выполнения.
|
||||
|
||||
```bash
|
||||
scontrol show jobid <jobid>
|
||||
```
|
||||
|
||||
Отменить или завершить задачу досрочно.
|
||||
|
||||
```bash
|
||||
scancel <jobid>
|
||||
```
|
||||
|
||||
Подробнее [тут](https://github.com/DmitriyGubkovskiy/SCC-methodology).
|
||||
Reference in New Issue
Block a user