VisualNeuroscience-UH / CxSystem2

Version 2 of the cortex simulation software.
https://cxsystem2.readthedocs.io
MIT License
4 stars 1 forks source link

Simulations fail to run when there's nothing to arrayrun? #64

Closed henhok closed 4 years ago

henhok commented 4 years ago

Tried running COBAEIF without the curly braces in physio parameter k. So instead of { ... }, just one number like 3. The job is submitted fine and in terminal it says:

2019-11-25 08:20:49,351 info_logger INFO User started simulation PID: 10354

but then nothing comes after that.

Vafa-Andalibi commented 4 years ago

Is this in http or https?

Vafa-Andalibi commented 4 years ago

The simulation does not fail , it runs and the stdout is kept in a file. This is an expected behavior. The server in https mode does not print out the simulation log because the user won't be able to see it , instead it keeps it in a file in users' workspace. Then when you click on simulations it will show the tail of that output. This way the user can follow how much of the current simulation(s) is done already.