Skip to content
Discussion options

You must be logged in to vote

Hi, thanks for your interest!

1. Task Naming for Logging

Overloading current_task_name is not going to work at this point. It sounds like a useful feature to make the logs more easy to understand. Maybe a nice way to implement this feature is to introduce an optional property tm.taskname that you can set to change the task name.

2. Progress Logging During Execution

The recommended way is to use the status command like (julia myjob.jl status) that will give you a summary of the current progress.

If you want to estimate the time your sweeps are taking and how long your simulation will take in total, you can do a premature merge (julia myjob merge) and look at the observables _ll_measure_time

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lukas-weber
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rkr8
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15 on November 11, 2024 18:16.