Change project name at the directory and the CMakeLists's project(NetworkDemo)
.
mkdir -p build && cd build
cmake .. [-GNinja]
make -j or ninja
cd build
./test/GenRandArray # A random array generator to generator 100,000,000 random integers
./test/PSort # Test __gnu_parallel::sort and ips4o::parallel::sort