Make sure we use the right torque installation on laki.

This commit is contained in:
Christoph Niethammer 2015-09-15 11:24:33 +00:00
parent 8e5dba873a
commit a13ac800e4

View file

@ -25,6 +25,10 @@ CONFIGURE_OPTS="
--enable-static \
"
if [ $PLATFORM = "laki" ]; then
CONFIGURE_OPTS+=" --with-tm=/opt/system/torque/default"
fi
if [[ -d /opt/voltaire/fca ]]; then
echo "Voltaire FCA found"
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"