int main(int argc, char **argv)
void testVectorSplit()
Test the string filename function.
void testVectorSplit2()
Test the string filename function.
void phoenix_vector_split(std::vector< std::vector< T > > &vecVecOutput, const std::vector< T > &vecInput, size_t nbPart)
Split a list in a list of lists, keep the order of the input file if the output is used for std::thre...