Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • 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
  • Issues
  • #1109

Closed
Open
Created Mar 06, 2017 by James Willenbring@jmwilleMaintainer

checkin-test-sems.sh: how to control -j for make and ctest ?

Created by: ibaned

I'm trying to give separate -j arguments to make and ctest through checkin-test-sems.sh. This is the way I'm trying to do it:

../cmake/std/sems/checkin-test-sems.sh \
--do-all --make-options="-j16" --ctest-options="-j1"

But that runs the following make command:

make -j4 -j16

How do I make the first -j4 disappear ?

Assignee
Assign to
Time tracking