clusterinthecloud / docs

A tutorial to set up a running compute cluster on cloud resources
https://cluster-in-the-cloud.readthedocs.io/en/latest/
Other
9 stars 8 forks source link

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

Open jcwomack opened 3 years ago

jcwomack commented 3 years ago

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