GithubHelp home page GithubHelp logo

molsim's Introduction

MolSim2024 - Group D

Team members

  • Johannes Hupe
  • Julius Kramer
  • Tim Scholl

Prerequisites

Developed and tested with these versions, other versions might work

  • clang 18.1.6
  • lld 18.1.6
  • lldb 18.1.6
  • cmake 3.27.7

this repository includes .idea/cmake.xml. This is a shareable IDE config file that allows all team members to use the same config. The way Clion implements it, still allows to use your own config. The only necessary prerequisite is that there is one Toolchain named "System" in your CLion config otherwise you might get error messages.

/usr/bin/cmake  -DCMAKE_BUILD_TYPE=Release \
                -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
                -G 'Unix Makefiles' \
                -S $(pwd) \
                -B $(pwd)/build

Building documentation

cd ${BUILD_DIR}
make doc_doxygen

Build and run

cd ${BUILD_DIR}
make
./MolSim --help
SPDLOG_LEVEL=info ./MolSim --input <input_xml_file>

llvm-profdata merge -output=default.profdata default_*.profraw

Tests

cd test
./Test

Clean

cd ${BUILD_DIR}
make clean

Static analysis

clang-tidy $files...$ -checks="cppcoreguidelines-*,modernize-*,performance-*,readability-*"  -p ./${BUILD_DIR}/compile_commands.json  

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.