Parcourir la source

First Demo

master
mahmood19227 il y a 1 an
Parent
révision
40efd23888
2 fichiers modifiés avec 3 ajouts et 946 suppressions
  1. +1
    -944
      redisContent.json
  2. +2
    -2
      simulatorManager.py

+ 1
- 944
redisContent.json
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 2
- 2
simulatorManager.py Voir le fichier

@@ -34,9 +34,9 @@ if __name__=='__main__':
process_exists = True
break
if not process_exists:
subprocess.Popen(['./SimulationCore2', simulation_id], cwd=work_dir)
subprocess.Popen(['./SimulationCore2', redis_address,str(redis_port),redis_password,simulation_id,str(log_level)], cwd=work_dir)

time.sleep(1)
time.sleep(5)





Chargement…
Annuler
Enregistrer