Conversation
There was a problem hiding this comment.
A comment on this file:
This is an example.
We can decide to set the default version like this, or have another way for setting it.
If we choose this method, this file in the repo should probably be dynamic, with the version set at deployment time.
Other solutions (which would not require a dynamic file) could be:
- set the default version to the latest one deployed (if we're sure we always want the latest-deployed version to be the default one)
- default version automatically set based on version name (in this case we need a stable version naming scheme, and I think we do)
|
Just noting that we will need to incorporate #375 into the final design of the modulefile |
|
|
After a meeting with @harshula and @atteggiani :
Did I miss anything? 😆 |
UpdatesThe discussed updates have been implemented:
Info for the deploymentFor simplicity, the modulefile and bash script in this repo have been named
TestingI copied the files (properly named) in |
CodeGat
left a comment
There was a problem hiding this comment.
Looks good! I might put an update to the create-deployment-spack.yml workflow that also deploys this - thanks!!
bb12858 to
651ea07
Compare
|
@CodeGat The workflow changes for the deployment look good! |
…e modulefile parent directory
…ed to the bash script using positional arguments.
…unrelevant comment
… set aliases (and reinstate for module unload), similarly to how it's done for env variables and functions
651ea07 to
c9c781f
Compare
Updates n.2The discussed updates have been implemented:
The updated files have been copied to |
Added a first instance of a spack module for deployment on Gadi.
This PR is mainly to keep track of the modulefile for
spackand allow versioned modification. It will be kept as a draft until we finalise the location within the repo where to place it and are happy to consider it merged into the infrastructure.