From 37b1c8833b0d34e7f98e6aadb45c9cfc0cea7924 Mon Sep 17 00:00:00 2001 From: schoen <schoen@irmb.tu-bs.de> Date: Fri, 21 May 2021 11:35:22 +0200 Subject: [PATCH] build type "Release" and updated authors --- AUTHORS.md | 9 +++++---- CMakeLists.txt | 2 ++ README.md | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index aca25898d..0230c165a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,17 +5,18 @@ VF has been developed essentially over the last fifteen years by various researc Dr. Benjamin Ahrenholz -M. Sc. Hussein Alihussein +Dr. Hussein Alihussein Dr. Sebastian Bindick J.Prof. Dr. Martin Geier Dr. Sebastian Geller Dr. Ehsan Goraki Fard Dr. Jan Hegewald Dr. Christian Janßen -M. Sc. Konstantin Kutscher -M. Sc. Stephan Lenz +Prof. Dr.-Ing. habil. Manfred Krafczyk +Dr. Konstantin Kutscher +Dr. Stephan Lenz Dr. Jan Linxweiler -M. Sc. Sören Peters +Sören Peters, M. Sc. Dr. Hesameddin Safari Dr. Martin Schönherr Dipl.-Ing. Maik Stiebler diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c67ec6b6..a0a46ed65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,8 @@ cmake_minimum_required(VERSION 3.15..3.19 FATAL_ERROR) project(VirtualFluids CXX) +set(CMAKE_BUILD_TYPE Release) + set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index dcd9c19d6..97d4feac9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ A GPU computation generates a the time series of output files directly in the ou ## Documentation -The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku/CPU). +The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku). ## Known Issues -- GitLab