We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2392c commit 6b717c6Copy full SHA for 6b717c6
launcher
@@ -68,7 +68,7 @@ elif [ $LAUNCHER_SCHED == "block" ]; then
68
nextblock=`expr \( $LAUNCHER_TSK_ID + 1 \) \* $blocks + 1`
69
else
70
# Grab the JID to run from The Count
71
- export LAUNCHER_JID=`nc -d $LAUNCHER_DYN_SRV`
+ export LAUNCHER_JID=`nc $LAUNCHER_DYN_SRV`
72
fi
73
74
COMPLETE="false"
@@ -100,7 +100,7 @@ while [ $COMPLETE == "false" ]; do
100
RETRY=0
101
while [ $RETRY -lt 3 ]
102
do
103
104
if [ "x$LAUNCHER_JID" == "x" ]
105
then
106
if [ $RETRY -lt 3 ]
0 commit comments