Browse Source

First Demo

master
mahmood19227 1 year ago
parent
commit
40efd23888
2 changed files with 3 additions and 946 deletions
  1. +1
    -944
      redisContent.json
  2. +2
    -2
      simulatorManager.py

+ 1
- 944
redisContent.json
File diff suppressed because it is too large
View File


+ 2
- 2
simulatorManager.py View File

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





Loading…
Cancel
Save