User Tools

Site Tools


institute_lorentz:slurm_ipyparallel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
institute_lorentz:slurm_ipyparallel [2017/09/21 10:15] – [Adjust created ipython parallel profiles] lenocilinstitute_lorentz:slurm_ipyparallel [2017/09/21 12:34] – [Start the parallel profile] lenocil
Line 34: Line 34:
 <code> <code>
 mkdir "/marisdata/$USER/.log" mkdir "/marisdata/$USER/.log"
- 
 cp  /marisdata/EXAMPLE_FILES/ipcontroller_config.py "${HOME}/.ipython/profile_<profile-name>" cp  /marisdata/EXAMPLE_FILES/ipcontroller_config.py "${HOME}/.ipython/profile_<profile-name>"
-  
 cp /marisdata/EXAMPLE_FILES/ipcluster_config.py "${HOME}/.ipython/profile_<profile-name>" cp /marisdata/EXAMPLE_FILES/ipcluster_config.py "${HOME}/.ipython/profile_<profile-name>"
 +cp /marisdata/EXAMPLE_FILES/ipp_tutorial.ipynb "${HOME}/ipp_tutorial.ipynb"
 </code> </code>
  
Line 44: Line 43:
   * Navigate to the `Cluster' tab   * Navigate to the `Cluster' tab
   * Start profile <profile-name> by selecting the number of engines   * Start profile <profile-name> by selecting the number of engines
 +  * Run the example notebook at https://jupyterhub.lorentz.leidenuniv.nl/user/<username>/notebooks/ipp_tutorial.ipynb