Skip to content
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

Fix the load script to reinstall polaris when needed #254

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

xylar
Copy link
Collaborator

@xylar xylar commented Dec 22, 2024

It was looking for setup.py but this has been replaced by pyproject.toml in the root of the repo.

Checklist

  • Testing comment in the PR documents testing used to verify the changes

It was looking for `setup.py` but this has been replaced by
`pyproject.toml` in the root of the repo.
@xylar xylar added bug Something isn't working deployment Changes relate to creating conda and Spack environments, and creating a load script labels Dec 22, 2024
@xylar
Copy link
Collaborator Author

xylar commented Dec 22, 2024

Testing

I ran ./configure_polaris_envs.py and then sourced the load script. As expected, I got:

$ source load_polaris_test2_chrysalis_intel_openmpi.sh 
Loading conda environment
Done.

Reinstalling polaris package in edit mode...
Done.

Loading Spack environment...
Done.

Without this fix, we were not seeing Reinstalling polaris package in edit mode....

@xylar xylar merged commit ed5cb49 into E3SM-Project:main Dec 23, 2024
5 checks passed
@xylar xylar deleted the fix-load-script branch December 23, 2024 11:45
@xylar xylar self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployment Changes relate to creating conda and Spack environments, and creating a load script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant