Skip to content

Add Universe Install Scripts#56

Merged
josephwkania merged 8 commits intosimonsobs:mainfrom
josephwkania:main
Jun 4, 2025
Merged

Add Universe Install Scripts#56
josephwkania merged 8 commits intosimonsobs:mainfrom
josephwkania:main

Conversation

@josephwkania
Copy link
Copy Markdown
Contributor

This PR adds the Universe install scripts to config/ and deploy/.

Add camb to common.txt, to make sure it is always installed.

Copy link
Copy Markdown
Member

@tskisner tskisner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to get configs in for the Manchester computing center! Thanks for this work.

Comment thread config/common.txt
numpy>=2
scipy
matplotlib
camb
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine adding this package. @iparask , I saw that you added camb to the tiger3 pip packages in #55 , so you may want to revert that if we add it here to the common conda package list.

Comment on lines +1 to +3
if (mode() == "load") then
execute{cmd="module load openmpi/4.1.6", modeA={"load"}}
end No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, but for consideration it might be simpler to do

if mode() == "load" then
    load("openmpi/4.1.6")
end

@josephwkania josephwkania merged commit 77c4380 into simonsobs:main Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants