Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieyao0114 committed May 22, 2024
1 parent d2d171b commit dca9e16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ The default value of ```USE_LLG``` is ```TRUE```.
# Running Artemis
Example input scripts are located in `Examples` directory.
## Simple Testcase
You can run the following to simulate :
You can run the following to simulate an air-filled X-band rectangle waveguide:
## For MPI+OMP build
```mpirun -n 4 ./main3d.gnu.MPI.OMP.ex Examples/inputs_mfim_Noeb```
```make -j 4 USE_LLG=FALSE``` <br />
```mpirun -n 4 ./main3d.gnu.TPROF.MTMPI.OMP.GPUCLOCK.ex Examples/Waveguide/inputs_3d_empty_X_band```
## For MPI+CUDA build
```mpirun -n 4 ./main3d.gnu.MPI.CUDA.ex Examples/inputs_mfim_Noeb```
```mpirun -n 4 ./main3d.gnu.TPROF.MTMPI.OMP.GPUCLOCK.ex Examples/Waveguide/inputs_3d_empty_X_band```
# Visualization and Data Analysis
Refer to the following link for several visualization tools that can be used for AMReX plotfiles.

Expand Down

0 comments on commit dca9e16

Please sign in to comment.