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

Expand "Configuring node images" to outline how to set up compute nodes for compilation #16

Open
jcwomack opened this issue Dec 11, 2020 · 0 comments

Comments

@jcwomack
Copy link

Since it is recommended to compile applicaitons on a compute node (rather than management node) I think it might be helpful to give a couple of general pointers to how to edit /home/citc/compute_image_extra.sh to get the node images ready for general compilation, e.g. uncomment

sudo yum -y groupinstall "Development Tools"

and install Python with unversioned Python

sudo yum -y install python3
sudo alternatives --set python /usr/bin/python3
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

No branches or pull requests

1 participant