Skip to content

Travis doesn't work for multi-node tests #4

@CamStan

Description

@CamStan

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions