Dear getfem users,

I plan to use getfem using OpenMP, I have configured it using the appropriate options.

I build the mesh using the getfem::mesh API. When getfem is compile with OpenMP, there is a crash (Segmentation fault) when using this method


205        size_type add_point(const base_node &pt,
206                            const scalar_type tol=scalar_type(0),
207                            bool remove_duplicated_nodes = true) {
208          return pts.add_node(pt, tol, remove_duplicated_nodes);
209        }

Is there someone that has experimented such seg faults using OpenMP with getfem ?

Regards,

Antoine Mazuyer



Reply via email to