Set up new Intel 17.x build to use as auto PR build
Created by: bartlettroscoe
CC: @trilinos/framework, @mhoemmen, @rppawlo, @ibaned, @crtrott
Next Action Status
Intel 17.0.1 PR builds running since 6/1/2018
Description
This Issue is to scope out and track efforts to create an Intel 17.x build that matches the auto PR build described in https://github.com/trilinos/Trilinos/issues/2317#issuecomment-376551457.
The settings for this build are:
- Intel 17.x with GCC 4.9.x standard C++ headers using the SEMS env
-
TPL_ENABLE_MPI=ON
(OpenMPI 2.x) - Primary Tested Packages
- Primary Tested TPLs
BUILD_SHARED_LIBS=ON
CMAKE_BUILD_TYPE=RELEASE
Trilinos_ENABLE_DEBUG=OFF
Trilinos_ENABLE_EXPLICIT_TEMPLATE_INSTANTIATION=ON
Xpetra_ENABLE_Experimental=ON
MueLu_ENABLE_Experimental=ON
Trilinos_TRACE_ADD_TEST=ON
Trilinos_TEST_CATEGORIES=BASIC
The existing GCC 4.8.4 CI build shown here that has been running for 1.5+ years may be a good foundation for this build since it has most of the options already set and the Trilinos/cmake/load_sems_env.sh
script already allows setting different compilers.
Tasks:
- Select the version of Intel and OpenMPI from the SEMS env:
a. NOTE: SEMS only provides
sems-intel/17.0.1
. b. NOTE: The highest version of OpenMPI provided by SEMS insems-openmpi/1.10.1
. - Set up a trial build using these settings and test locally ...
- Set up a Nightly Jenkins build submitting to the "Specialized" CDash Track/Group ...
- Clean up all failures in the new build ...
- ???
Related Issues:
- Part of: #2317 (closed)