File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
aws-parallelcluster-platform
aws-parallelcluster-slurm/recipes/install Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626include_recipe 'aws-parallelcluster-platform::supervisord_config'
2727fetch_config 'Fetch and load cluster configs'
2828include_recipe 'aws-parallelcluster-platform::config_login' if node [ 'cluster' ] [ 'node_type' ] == 'LoginNode'
29- # enroot 'Configure Enroot' do
30- # action :configure
31- # end
29+ enroot 'Configure Enroot' do
30+ action :configure
31+ end
Original file line number Diff line number Diff line change 5353
5454 chmod 1777 ${SHARED_DIR}/enroot
5555
56- mkdir -p ${SHARED_DIR}/pyxis/
57- chown ${NONROOT_USER} ${SHARED_DIR}/pyxis/
58- sed -i '${s/$/ runtime_path=${SHARED_DIR}\\ /pyxis/}' /opt/slurm/etc/plugstack.conf.d/pyxis.conf
59- SHARED_DIR=${SHARED_DIR} envsubst < /opt/slurm/etc/plugstack.conf.d/pyxis.conf > /opt/slurm/etc/plugstack.conf.d/pyxis.tmp.conf
60- mv /opt/slurm/etc/plugstack.conf.d/pyxis.tmp.conf /opt/slurm/etc/plugstack.conf.d/pyxis.conf
56+ # mkdir -p ${SHARED_DIR}/pyxis/
57+ # chown ${NONROOT_USER} ${SHARED_DIR}/pyxis/
58+ # sed -i '${s/$/ runtime_path=${SHARED_DIR}\\ /pyxis/}' /opt/slurm/etc/plugstack.conf.d/pyxis.conf
59+ # SHARED_DIR=${SHARED_DIR} envsubst < /opt/slurm/etc/plugstack.conf.d/pyxis.conf > /opt/slurm/etc/plugstack.conf.d/pyxis.tmp.conf
60+ # mv /opt/slurm/etc/plugstack.conf.d/pyxis.tmp.conf /opt/slurm/etc/plugstack.conf.d/pyxis.conf
6161
6262 ENROOT_CONFIGURE
6363 retries 3
Original file line number Diff line number Diff line change 3939 CPPFLAGS='-I /opt/slurm/include/' make install
4040 mkdir -p /opt/slurm/etc/plugstack.conf.d
4141 echo -e 'include /opt/slurm/etc/plugstack.conf.d/*' | tee /opt/slurm/etc/plugstack.conf
42- ln -fs /usr/local/share/pyxis/pyxis.conf /opt/slurm/etc/plugstack.conf.d/pyxis.conf
42+ # ln -fs /usr/local/share/pyxis/pyxis.conf /opt/slurm/etc/plugstack.conf.d/pyxis.conf
4343 PYXIS_INSTALL
4444 retries 3
4545 retry_delay 5
You can’t perform that action at this time.
0 commit comments