Issue description
Hi all, I am trying to run a rather large mesh computation with SU2. The mesh counts 170M cells. I managed to run it with the native SU2 mesh format with 480 cores but the preprocessing step took 90 minutes with a huge load on the file system impacting all the other users of the cluster.
To reduce the load, I was thinking about using the CGNS mesh file format. However the preprocessing step fills all the RAM memory available and the job fails. All the setup being identical.
By reducing the number of cells, I am able to run with the CGNS file format. Is it a common behavior with the CGNS file format?
Hardware and software :
- OS: Linux Red Hat ELS 6.5
- Nodes: Intel Xeon Ivy bridge
- C++ compiler and version: intel/2018.0.1
- MPI implementation and version: intelmpi/2018.0.1
- SU2 Version: v7.2
Issue description
Hi all, I am trying to run a rather large mesh computation with SU2. The mesh counts 170M cells. I managed to run it with the native SU2 mesh format with 480 cores but the preprocessing step took 90 minutes with a huge load on the file system impacting all the other users of the cluster.
To reduce the load, I was thinking about using the CGNS mesh file format. However the preprocessing step fills all the RAM memory available and the job fails. All the setup being identical.
By reducing the number of cells, I am able to run with the CGNS file format. Is it a common behavior with the CGNS file format?
Hardware and software :