Skip to content

Commit 53db395

Browse files
committed
improve output
1 parent 4b5fd47 commit 53db395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

juhpc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ progress_bar() {
101101
bar+=""
102102
done
103103
printf '\r|%s| %s%%' "$bar" "$percent_var"
104+
if [[ "$progress" -eq 100 ]]; then echo ''; fi
104105
fi
105106
}
106107

@@ -183,7 +184,7 @@ info "... done: temporary installation completed."
183184

184185
# Create preferences for HPC key packages that require system libraries (MPI.jl, CUDA.jl, AMDGPU.jl, HDF5.jl, ADIOS2.jl, ...)
185186

186-
info "Creating preferences for HPC key packages..."
187+
info "Creating preferences for HPC key packages (this can take a few minutes, because some packages have to be temporarily installed)..."
187188

188189
export JULIA_PREFDIR="$JUHPC_SETUP_INSTALLDIR/julia_preferences"
189190
export JULIA_PREF_PROJECT="$JULIA_PREFDIR/Project.toml"

0 commit comments

Comments
 (0)