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

Added rabbitmq via Docker to README.

parent 68b6d982
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
```bash
direnv allow
pip install -r requirements.txt
# Install rabbitmq or run with docker:
# docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.8.14-management
verdi presto -p hpc-container-study
# foreach .yml-file in computer/:
verdi computer setup -n --config computer/envinf3.yml
......@@ -47,6 +50,10 @@ Get estimated start time:
$ squeue --start -j 5792049
JOBID PARTITION NAME USER ST START_TIME NODES SCHEDNODES NODELIST(REASON)
5792049 barnard aiida-33 lbilke PD 2024-05-15T12:20:42 1 n1026 (Resources)
# OR
$ squeue --user=$USER --star
```
Get memory usage (accurate?):
......@@ -75,4 +82,4 @@ SSH into node (EVE):
```bash
squeue -u $USER -t r
ssh node001
```
\ 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