-
Notifications
You must be signed in to change notification settings - Fork 145
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
Realm: barrier assertion #1809
Comments
Also I am running on the onepool branch. |
The critical path profiling requires the use of Realm barrier reductions which are not used when you are not profiling. What are the values of |
If you want to avoid this error for now and you don't mind not having critical path profiling then you can run with I'll also note that this doesn't have anything to do with |
Yep that is certainly a bug due to my recent merge of the notification broadcast. That will be fixed at the earliest convenience. |
That will be the patch: That needs a test to be added which I will do shortly and then it's ready |
@syamajala The assert you are hitting is only on the |
The onepool branch is merged into the master branch now, so you can upstream those changes to whatever feature branch you are testing. |
PR1613 should already include changes from |
Will test the pull request. |
Frontier is down today. |
Job is in the queue, but it looks like the compute nodes are still down on Frontier. |
I tested on sapling and it seems to be working. |
oops. meant to click comment not close. Please close after you merge to master. |
I'm seeing the following assertion when running S3D on Frontier:
It seems to happen when I turn on profiling as my run without profiling succeeded.
The text was updated successfully, but these errors were encountered: