Skip to content

Commit bcfd0b8

Browse files
committed
turn off more useless examiner checks
1 parent 4f1b2d9 commit bcfd0b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

check/rungamscluster.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,16 @@ then
8888
else
8989
GAMSOPTS="${GAMSOPTS} optdir=${OPTDIR} optfile=1"
9090
fi
91-
echo "scaled yes" >> "${OPTDIR}/examiner2.opt"
91+
echo "scaled no" >> "${OPTDIR}/examiner2.opt"
9292
echo "unscaled yes" >> "${OPTDIR}/examiner2.opt"
9393
echo "examinesolupoint yes" >> "${OPTDIR}/examiner2.opt"
94-
echo "examinesolvpoint yes" >> "${OPTDIR}/examiner2.opt"
94+
echo "examinesolvpoint no" >> "${OPTDIR}/examiner2.opt"
9595
echo "examinegamspoint no" >> "${OPTDIR}/examiner2.opt"
9696
echo "examineinitpoint no" >> "${OPTDIR}/examiner2.opt"
97+
echo "fcheckdcon off" >> "${OPTDIR}/examiner2.opt"
98+
echo "fcheckdcmp off" >> "${OPTDIR}/examiner2.opt"
99+
echo "fcheckdvar off" >> "${OPTDIR}/examiner2.opt"
100+
echo "fcheckpcmp off" >> "${OPTDIR}/examiner2.opt"
97101
echo "trace ${EXMFILE}" >> "${OPTDIR}/examiner2.opt"
98102
echo "tracestyle 1" >> "${OPTDIR}/examiner2.opt"
99103

0 commit comments

Comments
 (0)