构造UEqu的时候报错,编译可以通过,openfoam7版本,
代码:
fvVectorMatrix UEqn
(
fvm::ddt(rhoEff,U)
+ fvm::div(Rhophi, U)
+ fvc::div(rhoPhiR_PTRS) // pseudo-turbulent Reynolds-stress
- fvm::laplacian(voidfraction*fluidViscosity, U)
- fvc::div(voidfraction*fluidViscosity*dev2(Foam::T(fvc::grad(U))))
==
- fvm::Sp(Ksl,U)
);
运行到这的时候,报错:
[GPU01:121865] *** An error occurred in MPI_Recv
[GPU01:121865] *** reported by process [1419640833,1]
[01:121865] *** on communicator MPI COMMUNICATOR 3 SPLIT FROM 0
[GPU01:121865] *** MPI_ERR_TRUNCATE: message truncated
[GPU01:121865] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[GPU01:121865] *** and potentially your MPI job)
[GPU01:121859] 2 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[GPU01:121859] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
大家有没有遇到过这样的问题?