<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p class="default-style">Hi, I'm trying to reorder the elements of a 2D mesh using the  -reclassify command line, but when the mesh has more than 92k elements, gmsh stays frozen and does nothing else.</p><p class="default-style">Below I leave an example of the output using command line</p><p class="default-style">Info: Started on Mon Jun 11 09:10:51 2018<br>Info: Reading 'TMesh.msh' ...<br>Info: 45557 vertices<br>Info: 90200 elements<br>Info: Done reading 'TMesh.msh'<br>Info: Writing 'TMesh.msh' ...<br>Info: Done writing 'TMesh.msh'<br>Info: Stopped on Mon Jun 11 09:10:52 2018<br></p><p class="default-style">Work well!</p><p class="default-style">but here</p><p class="default-style">Info: Started on Mon Jun 11 09:13:39 2018<br>Info: Reading 'TMesh.msh' ...<br>Info: 46914 vertices<br>Info: 92901 elements<br>Info: Done reading 'TMesh.msh'</p><p class="default-style">It stays frozen and does nothing else</p></body></html>