Documentation for Adastra (CINES, France): change installation directory to WORKDIR & clean scripts #6423
+69
−54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR concerns the documentation for the Adastra supercomputer.
The main point of this PR is to change the installation directory from
$SHAREDHOMEDIRto$WORKDIR.On Adastra the quota for the
$HOMEdirectory is shared among all the group members of a given project and it is quite stringent, so having individual installations in the$HOMEfolder may be challenging. Therefore, the proposed solution was to have a unique installation in$SHAREDHOMEDIRfor all the project members. However, this introduces a significant constraint for the users. For this reason, this PR changes the default installation directory to$WORKDIR.In addition, the installation of additional modules in the python environment is proposed (notably
jupyterandlasy), and some cleaning of the installation scripts is performed.