Currently, the way tests are set up for some of the components, adding a test requires the number of nodes be dictated:
ADD_TEST(NAME shuffile_test COMMAND ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} 6 -N3 -m block ./shuffile_test)
^^^
This causes the tests to fail as -N is not recognized.
This is currently an issue with: