File: make.htccmp

package info (click to toggle)
papilo 2.4.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,220 kB
  • sloc: cpp: 41,705; fortran: 4,032; f90: 3,203; python: 1,390; sh: 1,221; ansic: 986; xml: 276; makefile: 152
file content (28 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (4)
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
# Call with "make testcluster"
#
# Runs distributed tests on the z1 cluster via SLURM.
#
# In case of time measuring you should use the flag EXCLUSIVE=true to enforce
# that only one process is running on any node you use.
#
# To cancel all your jobs of a testset MyTestSet you can call
# "make cancelcluster TEST=MyTestSet".
#
# To get the result files call "./evalcheck_cluster.sh
# results/check.$TSTNAME.$BINNMAE.$SETNAME.eval in directory check/
# This leads to result files
#  - results/check.$TSTNAME.$BINNMAE.$SETNAME.out
#  - results/check.$TSTNAME.$BINNMAE.$SETNAME.res
#  - results/check.$TSTNAME.$BINNMAE.$SETNAME.err
#

QUEUETYPE	=	srun
QUEUE		= small
PPN 		=	-1
CLIENTTMPDIR	=	/tmp
NOWAITCLUSTER   =       1
EXCLUSIVE	=	false

.PHONY: cancelcluster
cancelcluster:
	scancel --user=$(USER)