Skip to content

Commit e1412c3

Browse files
committed
Re-enable PSI/J
1 parent b7a1dbb commit e1412c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbine/code/bin/turbine.in

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ check_machine()
274274
# Confirm that we have a script for this machine type
275275
{
276276
local M
277+
ls ${TURBINE_HOME}/scripts/submit
277278
for M in $( ls ${TURBINE_HOME}/scripts/submit )
278279
do
279280
[[ ${MACHINE_MODE} == ${M} ]] && return

0 commit comments

Comments
 (0)