Adding titan to ctest script

This commit is contained in:
Mark Berrill
2014-03-06 11:32:28 -05:00
parent 03345a3289
commit 0ca2d65713
2 changed files with 28 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ MACRO ( CONFIGURE_MPI )
ELSEIF ( MPI_COMPILER )
# The mpi compiler should take care of everything
IF ( NOT MPIEXEC )
MESSAGE( FATAL_ERROR "MPI_EXEC should be set" )
MESSAGE( FATAL_ERROR "MPIEXEC should be set" )
ENDIF()
ELSE()
# Perform the default search for MPI