Skip to content

Commit 00a8396

Browse files
committed
Fix some commands.
1 parent 567bb2f commit 00a8396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For attendees who would like a more hands on experience with Devito, during the
1919

2020
To access the workshop material:
2121
* If using the Azure VM's provided:
22-
* Go to: http://devito-at-transform2020.uksouth.cloudapp.azure.com
22+
* Go to: http://51.132.27.219/hub/login
2323
* Login using your Github credentials
2424
* New -> Terminal (A bash script will automatically initialize your environment)
2525
* Navigate to ```transform2020/workshop_notebooks``` and enjoy!

workshop_notebooks/03_propagators-acoustic.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
"As a quick exercise, let us run this script with `mpirun` and satisfy ourselves that it returns the same results when run over 1 and 2 ranks:\n",
558558
"- Before running with mpi we first need to install `mpi4py`. To do so, run the two following commands:\n",
559559
" - `sudo apt install mpich -y`\n",
560-
" - Then, in the `Devito` directory (`~/devito`) `pip install -r requirements-optional.txt`\n",
560+
" - Then, in the `Devito` directory (`~/devito`) `pip install -r requirements-optional.txt --user`\n",
561561
"- In the `additional_material` folder within the `transform2020` directory first run the script in serial: `python acoustic_script.py`.\n",
562562
"- Then run over two mpi processes (`DEVITO_MPI=1 mpirun -np 2 python acoustic_script.py`) and check the resultant `norm` is the same. (Note 1: When running over two mpi processes each rank will print the norm to screen. Note 2: If executing via the jupyterhub terminal please do not run over 'too' many mpi processes as this may cause issues for other users.)"
563563
]

0 commit comments

Comments
 (0)