-
Hi, I tried to run the FEPX tutorial examples but kept getting this error: Input file is not a msh file! What's strange is that this error message occurs at random stages, i.e., sometimes at 21% of 2D meshing, sometimes at 53% etc. The same thing also happens when I tried to reproduce examples successfully run by other people. In fact, I have so far only successfully meshed a 10-grains-cube with hex elements and when switching to tet elements it still fails. For these runs, sometimes the message is "Input file is not a msh file!", sometimes it's "Meshing of face #(a number) failed". I expect the latter error message is normal but the strange thing, again, is that other people can successfully run the same code. I have no clue why this is happening and I hope you guys can give me some insights. I have searched this discussion board but no luck. I'm attaching a sample output below. I'm running the codes on mac Catalina terminal. Both Nerper and Gmsh version at the most recent, 4.2.1 and 4.8.4, respectively.
TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@xshang93 If you give me a failing example, I can try running it on my configuration. Maybe we can find the cause. |
Beta Was this translation helpful? Give feedback.
-
Definitely a multithreading issue, as you have already found out. See #272 (reply in thread) for a possible solution. |
Beta Was this translation helpful? Give feedback.
Definitely a multithreading issue, as you have already found out. See #272 (reply in thread) for a possible solution.