forked from kyamagu/sge-gpuprolog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprologepilog test results
88 lines (69 loc) · 2.17 KB
/
prologepilog test results
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
mozhgan@mozhgan-kch:~/sge-gpuprolog$ ./testPrologEpilog.sh 2
START ....
Current list of devices: 1
0
------------------------------------
no lock exists on /tmp/lock_1_device1
no lock exists on /tmp/lock_1_device0
------------------------------------
executing Prolog ...................
source ./prolog.sh
Device 0: "Tesla K20c"
Device 1: "GeForce GTX TITAN X"
------------------------------------
/tmp/lock_1_device1 exists
/tmp/lock_1_device0 exists
------------------------------------
executing Epilog ...................
removed lock from /tmp/lock_1_device1
removed lock from /tmp/lock_1_device0
------------------------------------
no lock exists on /tmp/lock_1_device1
no lock exists on /tmp/lock_1_device0
------------------------------------
DONE
mozhgan@mozhgan-kch:~/sge-gpuprolog$ ./testPrologEpilog.sh 1
START ....
Current list of devices: 1
0
------------------------------------
no lock exists on /tmp/lock_1_device1
no lock exists on /tmp/lock_1_device0
------------------------------------
executing Prolog ...................
source ./prolog.sh
Device 0: "Tesla K20c"
------------------------------------
/tmp/lock_1_device1 exists
no lock exists on /tmp/lock_1_device0
------------------------------------
executing Epilog ...................
removed lock from /tmp/lock_1_device1
------------------------------------
no lock exists on /tmp/lock_1_device1
no lock exists on /tmp/lock_1_device0
------------------------------------
DONE
mozhgan@mozhgan-kch:~/sge-gpuprolog$ ./testPrologEpilog.sh 1
START ....
Current list of devices: 0
1
------------------------------------
no lock exists on /tmp/lock_1_device0
no lock exists on /tmp/lock_1_device1
------------------------------------
executing Prolog ...................
source ./prolog.sh
Device 0: "GeForce GTX TITAN X"
------------------------------------
/tmp/lock_1_device0 exists
no lock exists on /tmp/lock_1_device1
------------------------------------
executing Epilog ...................
removed lock from /tmp/lock_1_device0
------------------------------------
no lock exists on /tmp/lock_1_device0
no lock exists on /tmp/lock_1_device1
------------------------------------
DONE
mozhgan@mozhgan-kch:~/sge-gpuprolog$