-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinishgamscluster.sh
executable file
·35 lines (31 loc) · 1.42 KB
/
finishgamscluster.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/env bash
#* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#* *
#* This file is part of the program and library *
#* SCIP --- Solving Constraint Integer Programs *
#* *
#* Copyright (C) 2002-2016 Konrad-Zuse-Zentrum *
#* fuer Informationstechnik Berlin *
#* *
#* SCIP is distributed under the terms of the ZIB Academic License. *
#* *
#* You should have received a copy of the ZIB Academic License *
#* along with SCIP; see the file COPYING. If not email to [email protected]. *
#* *
#* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
if test -z "$GMSDIR"
then
echo "Error: finishgamscluster.sh called with empty GMSDIR variable."
exit 0
fi
if test -d "$GMSDIR"
then
rm $GMSDIR/*
rmdir $GMSDIR
fi
if test -z "$EVALFILE"
then
echo "Error: finishgamscluster.sh called with empty EVALFILE variable."
exit 0
fi
./evalcheck_gamscluster.sh $EVALFILE