Skip to content

Commit d4fa10b

Browse files
committed
Switch to using relative paths in the docs
Thanks to Miren Radia (@mirenradia) who reported the broken links
1 parent fc8c9e6 commit d4fa10b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is due to the tutorial's relevance to plasma fusion but we note that
1818
all AMReX applications should be able to benefit.
1919
Here is an illustration of a PIC simulation you can carry out using this code:
2020

21-
![Plasma Oscillations](https://github.com/amrPX-Projects/empic-bench/blob/master/doc/fig/Langmuir.gif)
21+
![Plasma Oscillations](doc/fig/Langmuir.gif)
2222

2323
_Current-driven Langmuir oscillations at the plasma frequency on a
2424
32 x 32 x 32 grid with 1 electron per cell. The mesh is coloured after the
@@ -44,7 +44,7 @@ Since AMReX also includes native support for both the Nvidia CUDA and the AMD
4444
HIP programming models, a direct comparison against those is trivial. This plot
4545
shows that the SYCL implementation is as fast as those vendor alternatives.
4646

47-
![Performance Results](https://github.com/amrPX-Projects/empic-bench/blob/master/doc/fig/Performance.png)
47+
![Performance Results](doc/fig/Performance.png)
4848

4949
_SYCL vs CUDA and HIP. Performance comparison for a Langmuir oscillations
5050
simulation on a 128 x 128 x 128 grid with 64 electrons per cell and 100 time

doc/use_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ of the ElectromagneticPIC tutorial:
1717

1818
```
1919
git clone url_of_this_repository
20-
cp -r empic-bench/SYCL amrex-tutorials/ExampleCodes/Particles/ElectromagneticPIC/Exec
20+
cp -r amrex-sycl/SYCL amrex-tutorials/ExampleCodes/Particles/ElectromagneticPIC/Exec
2121
```
2222

2323
If you wish to use an existing AMReX installation, set the `AMREX_HOME`

0 commit comments

Comments
 (0)