Skip to content
Snippets Groups Projects
Commit d9210298 authored by Jan Frenzel's avatar Jan Frenzel Committed by Andrei Politov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 515a8956
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!298mpi4py + dask for data_analytics‎_with_python.md‎
...@@ -297,7 +297,7 @@ for the Monte-Carlo estimation of Pi. ...@@ -297,7 +297,7 @@ for the Monte-Carlo estimation of Pi.
#create a Slurm cluster, please specify your project #create a Slurm cluster, please specify your project
cluster = SLURMCluster(queue='alpha', cores=2, project='p_scads', memory="8GB", walltime="00:30:00", extra=['--resources gpu=1'], scheduler_options={"dashboard_address": f":{portdash}"}) cluster = SLURMCluster(queue='alpha', cores=2, project='p_marie', memory="8GB", walltime="00:30:00", extra=['--resources gpu=1'], scheduler_options={"dashboard_address": f":{portdash}"})
#submit the job to the scheduler with the number of nodes (here 2) requested: #submit the job to the scheduler with the number of nodes (here 2) requested:
......
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