ERROR 49000
Answers
-
How many unknowns in your model? See near the beginning of the OUT file.
Is this MoM or MLFMM?
0 -
MoM is used.
0 -
I presume you have not specifically set a preconditioner?
How many processes are you launching in total across all nodes?
0 -
The error is usually given for MLFMM when way too many processes for the problem size are used.
Have tried just maybe using 32 or 64 processes or so?
Could you attach the full out file with error?
0 -
-
Ok, this is a hybrid FEM/MoM solution, I missed the FEM tetrahedra in your 2nd post...
Because the FEM part is so small, you will have to reduce the number of processes.
Try 64, else try 32 processes.
Else if the FEM part does not contain too much fine details (very fine geometry or multiple dielectrics) you could change the FEM part to use surface meshing.
Then it will be a MoM only solution.0 -
0
-
Actually, you could enable the MLFMM also and try FEM/MLFMM as the MoM part is quite large.
0 -
Performing comparison study on FEM-IE TO FEM-MoM. MoM is structurally large compared to FEM part in the problem.
MLFMM will be second choice,if MoM could not succeed.
MoM - run with 32/64 core has out-of-core, memory issue.
Any suggestions ?
0 -
If you have multiple nodes, use only say 8 processes per node, so maybe 64 processes spread out over 8 nodes.
If there is symmetry in the model, apply electric or magnetic symmetry. The MoM memory will reduce by a factor 2 or 4 per symmetry plane.
You can also try to increase the size of the FEM part (to allow using more processes) by meshing the FEM finer (I see there are warnings about the tetrahedra sizes)
Or you could add air dielectric around the FEM part which would also reduce the size of the FEM/MoM boundary and thus the memory. See videos here and here.
0