Closed BenWibking closed 9 months ago
top
shows that the simulation correspoinding to run-sim_0.1 is running.
Is there some output buffering that would explain why I don't see any log files?
Unfortunately, that's currently expected i think for the local adapter. That one currently appears to run in a blocking manner and waits for the subprocess (steps' bash script) to finish before it writes out the .out/.err log files. We do plan to unblock that with an executor backend to make it behave like the HPC adapters, but that's currently only in a dev branch at the moment.
Thanks for the explanation and quick reply.
I have a test study running on my laptop that appears stuck in this state:
The subdirectories for run-sim_0.1, run-sim_0.3, and run-sim_1.0 don't have any files in them, except for the subdirectory for run-sim_0.1, which has a bash script that was generated from the workflow.
Is there any way to figure out what it's doing and why it appears to be stuck?