Skip to content

Commit

Permalink
Merge pull request #1 from e10harvey/pm/intel19
Browse files Browse the repository at this point in the history
atdm/sems-rhel7: Add drivers and update supported builds
  • Loading branch information
PhilMiller authored Dec 23, 2021
2 parents f7fdd76 + f3c51aa commit bfbd339
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=EmpireATDM
fi
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/sems-rhel7/local-driver.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=EmpireATDM
fi
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/sems-rhel7/local-driver.sh
2 changes: 2 additions & 0 deletions cmake/std/atdm/sems-rhel7/all_supported_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ export ATDM_CONFIG_ALL_SUPPORTED_BUILDS=(
sems-rhel7-intel-18.0.5-openmp-complex-shared-release-debug
sems-rhel7-intel-18.0.5-openmp-shared-debug
sems-rhel7-intel-18.0.5-openmp-shared-release-debug
sems-rhel7-intel-19.0.5-openmp-shared-debug
sems-rhel7-intel-19.0.5-openmp-shared-release-debug
)

0 comments on commit bfbd339

Please sign in to comment.