Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-1284

pegasus-mpi-cluster's test PM848 fails on Debian 10

    XMLWordPrintable

Details

    Description

      Pegasus MPI Cluster's Test PM848 fails on Debian 10 (Buster). The version of mpirun installed is different.

      Example:

      No. of processors = 8

      SUCCESS: mpirun -np 8 echo 1
      FAILURE: mpirun -np 9 echo 1

      Fix:

      Set -np to `nproc`. Will work on all platforms.

      OR

      Add --oversubscribe flag, this addition will have to be conditionally based on mpirun's version.

      Select appropriate fix based on the purpose of the test case.

      Attachments

        Activity

          People

            rynge Mats Rynge
            mayani Rajiv Mayani
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: