Skip to content

gsi-ee/dabc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d77b539 · Apr 14, 2025
Jan 29, 2025
Mar 25, 2025
Feb 20, 2025
Apr 14, 2025
Feb 12, 2025
Mar 5, 2025
Apr 24, 2024
Jan 29, 2025
Apr 14, 2025
Mar 15, 2024
Mar 15, 2024
Jan 19, 2023
Jan 28, 2025
Mar 5, 2025
Apr 14, 2025
Jan 30, 2012
May 23, 2019
Jan 16, 2025
Jan 19, 2023

Repository files navigation

  1. Checkout from repository:
   [shell] cd /home/user/git
   [shell] git clone https://github.com/gsi-ee/dabc.git
  1. Compile with cmake
   [shell] mkdir build
   [shell] cd build
   [shell] cmake /home/user/git/dabc
   [shell] make -j

One could switch on/off different plugins calling cmake -Dverbs=OFF

  1. Install with cmake
   [shell] mkdir -p /home/user/soft/dabc
   [shell] cmake /home/user/soft/dabc -DCMAKE_INSTALL_PREFIX=/home/user/soft/dabc
   [shell] make -j
   [shell] cmake --install .
  1. After successful compilation "dabclogin" script will be generated, which should be called like ". dabclogin" before dabc can be used

  2. Use executable "dabc_exe you_file.xml" for single node applications, "dabc_run you_file.xml" for multi-node applications

  3. Read the DABC online documentation (on https://dabc.gsi.de) for further information how to configure the DABC and how to use the GUI!

Please contact the DABC developer team for any bug reports and wishes!