This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mahmood19227
/
SimulationCore2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
First Demo
master
mahmood19227
1 year ago
parent
2c7ef98a69
commit
40efd23888
2 changed files
with
3 additions
and
946 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-944
redisContent.json
+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
)
Write
Preview
Loading…
Cancel
Save