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

Restart lets all CPUs write the welcome message #151

Closed
gassmoeller opened this issue Jun 26, 2014 · 2 comments
Closed

Restart lets all CPUs write the welcome message #151

gassmoeller opened this issue Jun 26, 2014 · 2 comments

Comments

@gassmoeller
Copy link
Member

When restarting a model with MPI on 192 cores I get 192 welcome messages ("This is ASPECT ....") in log.txt but only one on stdout. Maybe some if (cpu == 0) is only working for stdout but not log.txt?

@bangerth
Copy link
Contributor

I would assume this also happens on a regular start, right? The code that does this is in simulator.cc:161. I think it would make sense to check for CPU==0 there.

@tjhei
Copy link
Member

tjhei commented Jun 28, 2014

fixed in 40e6110

@tjhei tjhei closed this as completed Jun 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants