-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bare (no container) install for NCI #14
base: main
Are you sure you want to change the base?
Conversation
Fixed some incompatibilities with using packages built for the container in a bare install. @hiker could you please give the bare install a go and let me know how it goes? |
@ScottWales Now I get:
I did a clean rebuild (after previously trying to just update), same effect. Directory: /scratch/dp9/jxh903/ngmo-envs |
That's my mess up with git I think - I put some changes in the wrong branch. I've force-pushed a fix, you may need to delete your local branch to pick it up:
|
Add an installation method not using a container at NCI. This can help during package development as all of the Spack builds are on the local filesystem rather than the compute nodes' temporary disks so inspection is easier. It has the downside of installs having a much higher inode count.
To the user the container and bare environments appear exactly the same, in both cases the envrun script will ensure the environment is loaded for a command.