tools/splitASCII/Makefile
0 → 100644
+32
−0
tools/splitASCII/splitASCII.cpp
0 → 100644
+385
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
The previous scriptSplitASCII was enough for medium to big file sizes (up to 500M of elements). For huge files, a new cpp has been included. It is able to handle the files in parallel using MPI. it only requires to change the header of the C++ file for the number of files, dirs and the mann and rmap boolean options