File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
111
111
JUHPC_SETUP_INSTALLDIR=$SCRATCH /../julia/${HOSTNAME%% -* } /juhpc_setup
112
112
JULIAUP_INSTALLDIR=" \$ SCRATCH/../julia/\$ USER/\$ {HOSTNAME%%-*}/juliaup"
113
113
VERSION=" v0.2.0"
114
- wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION /juhpc -O /tmp /juhpc
115
- bash -l /tmp /juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
114
+ wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION /juhpc -O . /juhpc
115
+ bash -l . /juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
116
116
```
117
117
118
118
> [ !TIP]
@@ -141,8 +141,8 @@ JUHPC_SETUP_INSTALLDIR=$ENV_MOUNT/juhpc_setup
141
141
JULIAUP_INSTALLDIR=" \$ SCRATCH/../julia/\$ USER/\$ {HOSTNAME%%-*}/juliaup"
142
142
JUHPC_POST_INSTALL_JL=$ENV_EXTRA /uenv_view.jl
143
143
VERSION=" v0.2.0"
144
- wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION /juhpc -O /tmp /juhpc
145
- bash -l /tmp /juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR --postinstall=$JUHPC_POST_INSTALL_JL --verbose=1
144
+ wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION /juhpc -O . /juhpc
145
+ bash -l . /juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR --postinstall=$JUHPC_POST_INSTALL_JL --verbose=1
146
146
```
147
147
148
148
### Test of example 1
You can’t perform that action at this time.
0 commit comments