File: linux-brain-mpi-dbg-cmake

package info (click to toggle)
trilinos 16.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 993,992 kB
  • sloc: cpp: 3,764,859; ansic: 425,011; fortran: 160,684; python: 101,476; xml: 74,329; sh: 37,044; makefile: 22,641; perl: 7,525; f90: 6,424; csh: 5,285; objc: 2,620; lex: 1,646; lisp: 810; yacc: 603; javascript: 552; awk: 364; ml: 281; php: 145
file content (14 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

EXTRA_ARGS=$@

TRILINOS_SRC_DIR=../../Trilinos

cmake \
-D Trilinos_CONFIGURE_OPTIONS_FILE=$TRILINOS_SRC_DIR/sampleScripts/linux-brain-mpi-dbg-options.cmake \
-D DART_TESTING_TIMEOUT:STRING=60.0 \
-D CMAKE_INSTALL_PREFIX:PATH=$HOME/PROJECTS/install/gcc-4.1.2/trilinos/mpi/dbg \
$EXTRA_ARGS \
$TRILINOS_SRC_DIR

# -D Trilinos_EXTRA_REPOSITORIES:STRING="preCopyrightTrilinos;LIMEExt" \