Skip to content

Add atdm modules for cmake and ninja to the Pull Request Environments.

James Willenbring requested to merge prwolfe:enable_atdm_cmake_and_ninja into develop

Created by: prwolfe

@trilinos/framework

Description

This adds the modules for CMake and ninja from the atdm project. Later PR's will enable Ninja.

Motivation and Context

This will hopefully decrease build times and allows us to specify different levels of parallelization for builds and links.

How Has This Been Tested?

Ran this by hand on my blade. Works well.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • [ x ] My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • [ x ] All new and existing tests passed.
  • [ x ] No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports