Skip to content

Commit

Permalink
bugfix: remove stray endif, revise comments to match (#3829)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Bohm <[email protected]>
  • Loading branch information
ericjbohm and ebohm authored Jun 24, 2024
1 parent 6b1ef83 commit 8092a54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/arch/pamilrts/machine.C
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ void LrtsInit(int *argc, char ***argv, int *numNodes, int *myNodeID)
#else
size_t size = (_Cmi_mynodesize + 6*actualNodeSize + 1)
* sizeof(PPCAtomicState);
#endif
#endif //3

void *atomic_buf;
PPC_AtomicCounterAllocate(&atomic_buf, size);
Expand All @@ -654,10 +654,9 @@ void LrtsInit(int *argc, char ***argv, int *numNodes, int *myNodeID)

#if CMK_PPC_ATOMIC_MUTEX
node_recv_mutex = PPCAtomicMutexInit(atomic_start, sizeof(PPCAtomicMutex));
#endif
#endif //End of CMK_PPC_ATOMIC_MUTEX

#endif //End of SPECIFIC_PCQUEUE
#endif //End of CMK_PPC_ATOMIC_QUEUE

#endif //End of CMK_SMP

Expand Down

0 comments on commit 8092a54

Please sign in to comment.