Skip to content
Snippets Groups Projects
Unverified Commit 293df762 authored by Lars Bilke's avatar Lars Bilke
Browse files

Update README

parent efb0ad86
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ $ scontrol show -ddd job 10279904
Command=/p/scratch/ogs6hpc4/lars/.aiida_run/bd/47/34d6-68a5-4755-90f0-b492ff685463/_aiidasubmit.sh
...
$ cat /p/scratch/ogs6hpc4/lars/.aiida_run/bd/47/34d6-68a5-4755-90f0-b492ff685463/_aiidasubmit.sh
# OR
sacct -j 10279904 --format=WorkDir -P
```
SSH into node (EVE):
......@@ -83,3 +86,10 @@ SSH into node (EVE):
squeue -u $USER -t r
ssh node001
```
Cleanup aiida zombie processes:
```bash
verdi daemon stop
verdi process repair
```
\ No newline at end of file
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