Make sure we use the right torque installation on laki.
This commit is contained in:
parent
8e5dba873a
commit
a13ac800e4
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ CONFIGURE_OPTS="
|
||||||
--enable-static \
|
--enable-static \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
if [ $PLATFORM = "laki" ]; then
|
||||||
|
CONFIGURE_OPTS+=" --with-tm=/opt/system/torque/default"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -d /opt/voltaire/fca ]]; then
|
if [[ -d /opt/voltaire/fca ]]; then
|
||||||
echo "Voltaire FCA found"
|
echo "Voltaire FCA found"
|
||||||
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
|
||||||
|
|
Loading…
Reference in a new issue