![]() |
Prev | Next | run_cmake.sh |
verbose_makefile='no'
debug
or release
for the type of this build:
build_type='release'
dismod_at_prefix="$HOME/prefix/dismod_at"
If
dismod_at_prefix
ends in dismod_at
,
run_cmake.sh
will use a soft link from this prefix to
dismod_at_prefix.debug
or
dismod_at_prefix.release
depending on the choice for
build_type
.
build
directory to the debug or release version.
If you are using both a debug and release versions of dismod_at,
both versions of the
special requirements
will need to be installed.
python3_executable='/usr/bin/python3'
You can use the command $code which python3$$ to determine the location
of the default version for this system.
In the past, removing the #
characters in front of the following
command would work for the IHME cluster:
# python3_executable='/usr/local/anaconda3-current/bin/python'
specific_compiler='CC=gcc CXX=g++ FC=gfortran'
uses the gnu versions of these compilers.
The configuration will automatically find compilers that are not specified;
i.e., if
specific_compiler=''
extra_cxx_flags='-std=c++11 -Wpedantic -Wall -Wshadow -Wconversion'
An alternative might be -Wall
.
cmake_libdir='lib64'
dismod_at
the pthread
library is
required by your system, then include it here.
Libraries in the list can be separated by spaces or semi-colons.
system_specific_library_list=''