-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Allow verbosity to be controlled or save
?
#43
Comments
Not quite sure I follow. You can certainly pipe the console IO information, but |
In my particular use-case, the success and correctness of the So I've found that being able to pipe both I anticipate that this will automatically be a relevant issue anytime someone is using a library whose chain of dependencies is very very deep (e.g., |
That's a huge issue. I'm not really sure you want to be managing this on a per replication basis. Is there some way to make the implementation more defensive and anticipate the incoming problems? From my end of the
You should be able to do this on SLURM distributions via the .out files. Maybe that's sufficient? I'm not sure.
Possibly true, though again this seems like a problem that requires careful considerations beforehand. Nevertheless if you have a brief example to work with where piping the output is useful I'd be happy to take a look and see what can be done. |
It is a huge issue and AFAICT, through a lot of fine-tuning of the computational environment, I've minimized the rate of errors as much as I could possible could. Most of the time, it never happens. For future readers, I detail my attempts here: stan-dev/cmdstanr#1044 (comment) and for Compute Canada users in particular, I also isolated the R packages onto the relatively faster
...You can? ...How? Well anyways, what I was hoping is that through
I'll see if I can get a brief example... Really trying to finish the simulation and analysing the data before the holidays... |
In my examples I suppress the .out files as I find them noisy and uninformative, but you may find them useful in this case. The SBATCH command I use is here:
From the documentation:
|
Looks like there isn't going to be movement on this for a bit, and I don't think this is something that |
Hi Phil, Sorry about the delay--while the SBATCH output is interesting and not something I knew about before, I think it's different from the SimDesign output. I'd still like to be able to view the output from Whether this will actually solve my current issue or not is one thing, but I think in general, it'd be nice for users to be able to view the output or messages of whatever they'd like to see. What's the harm in allowing passing |
So you're just looking for an argument like |
oh yes, it should definitely be FALSE by default, but I think it's potentially handy if you really need to monitor things... Thanks! |
SimDesign/R/runArraySimulation.R
Lines 341 to 344 in f69e477
It'd be nice to have either the verbose or save be configured for monitoring jobs. Sometimes there are issues that only happen with job arrays and not single jobs through
runSimulation()
.Verbosity can be directed to files via
>>
and2>>
, and that's nice...The text was updated successfully, but these errors were encountered: