-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issues with t8_shmem #1109
Comments
Hi @DamynChipman, thank you for reporting the issue. Shared memory not being active does not result in accuracy loss. |
Yeah, my laptop is an M1 MacBook and I have OpenMPI installed. I ran into the same warnings and failed test when building, testing, and running on a Linux cluster as well however. Sounds good, if something else shows up, I'll let you all know, thanks! |
Thanks you. I want to keep the issue open anyways so that we do not forget about it. |
The combination OpenMPI together with libsc's CMake build system seems to be the culprit for the warnings. Libsc's CMake build system checks for the symbol |
Next tep Update the sc version to develop. |
When running
make test
and some of the tutorials, I see repeated errors and warnings aboutt8_shmem
. One of the tests fails and any tutorial example with parallelism outputs a warning. Besides the failed test, it looks like all of the tutorials are successful regardless of the warning. I get these issues when building/running on my laptop and on a Linux cluster.The main warning I see is the following:
I guess my question/issue is: does this affect accuracy or performance?
I am reviewing
t8code
for JOSS: openjournals/joss-reviews#6887For reference, here is some information on building, testing, and running the tutorials:
Build Info
Testing
See the attached
test-output.txt
for the output ofmake -j test ARGS="--rerun-failed --output-on-failure"
test-output.txt
Tutorials
Here is the output for the 3rd tutorial:
The text was updated successfully, but these errors were encountered: