python and octave tests don't support parallel tests
CTEST_PARALLEL_LEVEL=8 make test
all octave test fail because they require to be executed in sequential the python test mcomputeorder23_py and mcomputeorder23_m requires that the C test cmcomputeorder23 is executed before them. The C test generates a data file for these two tests.