We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6930f commit 00643ffCopy full SHA for 00643ff
test/testFortranMPAppIDs.f90
@@ -68,7 +68,6 @@ subroutine testAppIDPointer(mpMesh) &
68
!This is a dummy array of global Cell IDs for each mesh element
69
call polympo_setElmGlobal(mpMesh, nCells, c_loc(globalElms))
70
call polympo_createMPs(mpMesh, nCells, numMPs, c_loc(mpsPerElm), c_loc(mp2Elm), c_loc(isMPActive))
71
- print *, "Done here"
72
call polympo_setMPICommunicator(mpMesh, mpi_comm_handle)
73
! Set function and opaque data structure(list/queue) used to retrieve appIDS
74
call polympo_setAppIDFunc(mpMesh, c_funloc(GetAppID), c_loc(queue));
0 commit comments