Skip to content

add atdm configuration on mutrino

James Willenbring requested to merge fryeguy52:atdm-tril-mutrino into develop

Created by: fryeguy52

@trilinos/framework @bartlettroscoe can you review when you get a chance?

Description

This adds the infrastructure to build the ATDM configuration on mutrino

How Has This Been Tested?

Tested on mutrino with the following:

export JOB_NAME=Trilinos-atdm-mutrino-intel-debug-openmp-panzer
export TRILINOS_DIR=<YOUR_TRIL_DIR>
source $TRILINOS_DIR/cmake/std/atdm/load-env.sh $JOB_NAME

cmake \
  -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
  -DTrilinos_ENABLE_TESTS=ON \
  -DTrilinos_ENABLE_Panzer=ON \
  $TRILINOS_DIR

make -j16
salloc -N 1 -p standard -J $JOB_NAME ctest -j16

which results in passing tests

Merge request reports