forked from LLNL/PIPS-SBB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LLNL-Sierra.cmake
32 lines (31 loc) · 1.54 KB
/
LLNL-Sierra.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
########################################################################
# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# Created by Geoffrey Oxberry (oxberry1@llnl.gov, goxberry@gmail.com),
# Lluis-Miquel Munguia Conejero (lluis.munguia@gatech.edu), and Deepak
# Rajan (rajan3@llnl.gov). LLNL-CODE-699387. All rights reserved.
#
# This file is part of PIPS-SBB. For details, see
# https://github.com/llnl/PIPS-SBB.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (as
# published by the Free Software Foundation) version 2.1, February 1999.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
# conditions of the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
########################################################################
SET(CMAKE_C_COMPILER mpicc)
SET(CMAKE_CXX_COMPILER mpicxx)
SET(CMAKE_Fortran_COMPILER mpif90)
SET(Boost_NO_BOOST_CMAKE TRUE)
SET(BOOST_ROOT /usr/gapps/ppp/boost-nompi-1.57.0)
SET(Boost_LIBRARY_DIRS /usr/gapps/ppp/boost-nompi-1.57.0/lib)
SET(Boost_INCLUDE_DIR /usr/gapps/ppp/boost-nompi-1.57.0/include)