l'installeur déclare automatiquement la ressource sge has_matlab_2011b lorsque matlab 2011b est installé

This commit is contained in:
Guillaume Raffy 2012-03-07 08:59:19 +00:00
parent 0a8b21dda3
commit 39616dc73c
1 changed files with 1 additions and 1 deletions

View File

@ -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()