Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Merge requests
  • !2729

Merged
Created May 10, 2018 by James Willenbring@jmwilleOwner0 of 1 task completed0/1 task

Move the mpiexec args before -np not after (#2699)

  • Overview 9
  • Commits 1
  • Changes 1

Created by: bartlettroscoe

CC: @fryeguy52, @jmgate

The instructions on the 'serrano' support page say that these arguments should go before the -np argument, not after the --n arugment. I am hoping this will fix some of the failures we are seeing as described in #2699 (closed).

Also, I changed the -np argument to --n to match exactly what the 'serrano' support page says to do.

How Has This Been Tested?

On serrano, I ran:

$ ./checkin-test-atdm.sh intel-opt-openmp --enable-packages=Rythmos,MueLu --configure --build

$ salloc -N1 --time=00:20:00 --account=fy150090 \
  ./checkin-test-atdm.sh intel-opt-openmp --enable-packages=Rythmos,MueLu --test

That returned:

PASSED (NOT READY TO PUSH): Trilinos: serrano-login5

Thu May 10 17:30:21 MDT 2018

Enabled Packages: Rythmos, MueLu

Build test results:
-------------------
0) MPI_RELEASE_DEBUG_SHARED_PT => Test case MPI_RELEASE_DEBUG_SHARED_PT was not run! => Does not affect push readiness! (-1.00 min)
1) intel-opt-openmp => passed: passed=125,notpassed=0 (1.06 min)

Now, all of the Rythmos tests were already passing for the intel-opt-openmp build. But the fact there were no failing MueLu tests is hopeful.

NOTE: I could not run the intel-debug-openmp build because it takes up too much disk space and bombs out my 50G disk quota before it completes the build. It would be nice to run that build because that is were we saw the most failures.

Checklist

  • All new and existing tests passed.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bartlettroscoe:2699-move-extra-mpiexec-args-before-np