Skip to content

Commit b31b3f3

Browse files
authored
Merge pull request #2 from omlins/initial
Update initial content
2 parents dc8cec7 + 9220a3a commit b31b3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JUHPC
22
Create an HPC setup for juliaup, julia and some HPC key packages (MPI.jl, CUDA.jl, HDF5.jl, ADIOS2.jl, ...), including
33
- preferences for HPC key packages that require system libraries;
4-
- a wrapper for juliaup that installs juliaup (and latest julia) on scratch if it is not already installed;
4+
- a wrapper for juliaup that installs juliaup (and latest julia) in an appropriate location (e.g., scratch) if it is not already installed;
55
- an activation script that sets environment variables for juliaup, julia and HPC key packages;
66
- an uenv view equivalent to the activation script (optional).

src/juhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Description:
44
# Create an HPC setup for juliaup, julia and some HPC key packages (MPI.jl, CUDA.jl, HDF5.jl, ADIOS2.jl, ...), including
55
# - preferences for HPC key packages that require system libraries;
6-
# - a wrapper for juliaup that installs juliaup (and latest julia) on scratch if it is not already installed;
6+
# - a wrapper for juliaup that installs juliaup (and latest julia) in an appropriate location (e.g., scratch) if it is not already installed;
77
# - an activation script that sets environment variables for juliaup, julia and HPC key packages;
88
# - an uenv view equivalent to the activation script (optional).
99

0 commit comments

Comments
 (0)