Add run script

This commit is contained in:
2025-03-30 12:24:35 +03:00
commit c5a6f9b59f
2 changed files with 32 additions and 0 deletions

21
README.md Normal file
View 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).