Skip to content
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

LBANN LOG #82

Open
samadejacobs opened this issue Jun 9, 2017 · 1 comment
Open

LBANN LOG #82

samadejacobs opened this issue Jun 9, 2017 · 1 comment

Comments

@samadejacobs
Copy link
Collaborator

Need a general (and nice) structure to handle logs in LBANN. We could take a cue from Caffe (Caffe uses Google logs (GLOG)).

@davidHysom
Copy link
Collaborator

googling: google GLOG parallel
turned up a lot of results, but none that indicated GLOG works with HPC/parallelization. I'm in favor of rolling our own, for these reasons.
first, using GLOG means we need to grok yet another external API.
second, I'm guessing GLOG has lots of bells and whistles that we don't need. But since they're there, someone will use them, confusing the rest of us
third, it's pretty easy to write a logging class using a singleton. I'll be happy to make this happen.

enmccarthy pushed a commit to enmccarthy/lbann that referenced this issue Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants