You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And of course running the examples from the Neper tutorial works fine for -T module:
kuna138@WE46980 build % ./neper -T -n 10 -reg 1
======================== N e p e r =======================
Info : A software package for polycrystal generation and meshing.
Info : Version 4.8.1-1
Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info : Running on 10 threads.
Info : <https://neper.info>
Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info : No initialization file found (`/Users/kuna138/.neperrc').
Info : ---------------------------------------------------------------
Info : MODULE -T loaded with arguments:
Info : [ini file] (none)
Info : [com line] -n 10 -reg 1
Info : ---------------------------------------------------------------
Info : Reading input data...
Info : Creating domain...
Info : Creating tessellation...
Info : - Setting seeds...
Info : - Running tessellation...
Info : Generating crystal orientations...
Info : Regularizing tessellation...
Info : - loop 2/2: 100% del=14
Info : Writing results...
Info : [o] Writing file `n10-id1.tess'...
Info : [o] Wrote file `n10-id1.tess'.
Info : Elapsed time: 0.021 secs.
========================================================================
and when I move to the mesh module, I get a failure:
kuna138@WE46980 build % ./neper -M n10-id1.tess
======================== N e p e r =======================
Info : A software package for polycrystal generation and meshing.
Info : Version 4.8.1-1
Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info : Running on 10 threads.
Info : <https://neper.info>
Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info : No initialization file found (`/Users/kuna138/.neperrc').
Info : ---------------------------------------------------------------
Info : MODULE -M loaded with arguments:
Info : [ini file] (none)
Info : [com line] n10-id1.tess
Info : ---------------------------------------------------------------
Info : Reading input data...
Info : - Reading arguments...
Warning: > Using a development Gmsh version (4.13.0-git-4bf968b8f)...
Info : Loading input data...
Info : - Loading tessellation...
Info : [i] Parsing file `n10-id1.tess'...
Info : [i] Parsed file `n10-id1.tess'.
Info : Meshing...
Info : - Preparing... (cl = 0.2321) 100%
Info : - 0D meshing... 100%
Info : - 1D meshing... 100%
Info : - 2D meshing... 29% (0.41|0.59/81| 6|13)Error : > Meshing of face 2 failed
zsh: abort ./neper -M n10-id1.tess
Are there any suggestions for what could be wrong with this build?
Thanks,
Luk
The text was updated successfully, but these errors were encountered:
I have the same error for Mac M2. Typing the following statements in the terminal solved it for me, but I guess now there is no multi thread calculation.
I am currently using MacBook Air M1 with MacOS 15 (beta system), the same problem occurred.
To solve it, I downloaded the Xcode and then the problem can be solved.
Upon trying to install neper on an Apple M1 laptop(OS Ventura 13.6.1), I am running into issues with the meshing module.
I installed gmsh:
and am using homebrew installed OpenMP and compilers:
The cmake and compile seem to work without any issue. I will note the warning at the end of the compile, but I don't think this is cause for concern:
I run the tests and am running into some failures:
And of course running the examples from the Neper tutorial works fine for -T module:
and when I move to the mesh module, I get a failure:
Are there any suggestions for what could be wrong with this build?
Thanks,
Luk
The text was updated successfully, but these errors were encountered: