mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cleaner separation of global and local world naming
- UPstream::globalComm constant always refers to MPI_COMM_WORLD but UPstream::worldComm could be MPI_COMM_WORLD (single world) or a dedicated local communicator (for multi-world). - provide a Pstream wrapped version of MPI_COMM_SELF, references as UPstream::selfComm - UPstream::isUserComm(label) test for additional user-defined communicators
This commit is contained in:
committed by
Andrew Heather
parent
7fe8bdcf99
commit
ffeef76d8f
3
applications/test/parallel-comm1/Make/files
Normal file
3
applications/test/parallel-comm1/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-parallel-comm1.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-parallel-comm1
|
||||
2
applications/test/parallel-comm1/Make/options
Normal file
2
applications/test/parallel-comm1/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC = */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user