l'installeur déclare automatiquement la ressource sge has_matlab_2011b lorsque matlab 2011b est installé
This commit is contained in:
parent
0a8b21dda3
commit
39616dc73c
|
@ -1,7 +1,7 @@
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
gLogFilePath = '/var/log/ClusterController.log'
|
gLogFilePath = '/tmp/ClusterController.log'#'/var/log/ClusterController.log'
|
||||||
|
|
||||||
def log( message ):
|
def log( message ):
|
||||||
threadName = threading.currentThread().getName()
|
threadName = threading.currentThread().getName()
|
||||||
|
|
Loading…
Reference in New Issue