first version of kernel.cu

This commit is contained in:
2025-03-30 12:32:19 +03:00
parent c5a6f9b59f
commit c6be31c093
3 changed files with 130 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ sbatch run.script
```bash
scontrol show jobid <jobid>
# или так, чтобы не выводить лишнюю информацию
scontrol show jobid <jobid> | grep JobState
```
Отменить или завершить задачу досрочно.