ENH: improvements to the parallelization of ensightCloud output

- communication mode is now selectable (default is blocking)

- eliminate serial-only version as being redundant
This commit is contained in:
Mark Olesen
2018-10-10 10:32:14 +02:00
parent e4fac35d60
commit 4f2ec88d24
13 changed files with 291 additions and 545 deletions

View File

@ -1,4 +1,3 @@
ensightOutputCloud.C
foamToEnsight.C
EXE = $(FOAM_APPBIN)/foamToEnsight

View File

@ -4,10 +4,10 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/conversion/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lgenericPatchFields \
-llagrangian \
-llagrangianIntermediate \
-lconversion