Currently unable to use vernier in a serial code #164
mo-andymalcolm
started this conversation in
Ideas
Replies: 1 comment
-
It has been agreed that the short term solution to this is to have a version of Vernier installed that doesn't link to the MPI library, this is the current mechanism built in to allow profiling of code that doesn't initialise MPI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Createbc is a serial only code which is currently profiled using another tool.
We wish to use vernier to profile it going forward.
The problem we have is that vernier_init requires mpi_comm_world_v and also that vernier requires mpi_init to have been run to work at all.
Possible solution is to try and introduce a serial version of vernier. Other suggestions welcomed.
Beta Was this translation helpful? Give feedback.
All reactions