Skip to content

Commit

Permalink
Update installation_HPC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus authored Sep 12, 2024
1 parent 752cad7 commit 5349e35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/installation_HPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.8.1, libc=glibc, libgfortran_
```

At this stage the precompiled version of `LaMEM` should be useable on that system.

* Run LaMEM
you can run LaMEM on 2 cores, for example with [this](https://github.com/UniMainzGeo/LaMEM/blob/master/input_models/ScalingTests/FallingSpheres.dat) example file, with:
```julia
julia> using LaMEM
julia> run_lamem("FallingSpheres.dat", 2)
```

0 comments on commit 5349e35

Please sign in to comment.