Skip to content
Snippets Groups Projects
Select Git revision
  • 2a7e82a7b8309be749b96e0a8473d253f95d3477
  • master default protected
  • acts-svg
  • target-x86_64_v3
  • jl
  • spack-install-source
  • push-builder
  • registry-caching
  • eic-dbg-prod
  • packages-all-prefer-require
  • autoload-epic-main-bin-thisepic
  • eic-dev-cuda
  • py-tensorflow-cuda
  • clang
  • v25.07-stable protected
  • acts-37.4.0
  • v25.06-stable protected
  • test-docker-layer-caching
  • py-numba
  • py-jsonschema-4.17
  • gcc-14.2.0
  • v25.07.0-stable
  • v25.06.1-stable
  • v25.06.0-stable
  • v25.05.0-stable
  • v25.04.1-stable
  • v25.04.0-stable
  • v25.03.1-stable
  • v25.03.0-stable
  • v25.02.0-stable
  • v25.01.1-stable
  • v25.01.0-stable
  • v24.12.0-stable
  • 24.11.2
  • 24.11.2-stable
  • v24.11.2-stable
  • v24.11.1-stable
  • v24.11.0-stable
  • v24.10.1-stable
  • v24.10.0-stable
  • v24.09.0-stable
41 results

quick-start.sh

Blame
  • Sylvester Joosten's avatar
    Sylvester Joosten authored
    2a7e82a7
    History
    quick-start.sh 273 B
    #!/bin/bash
    
    git clone https://eicweb.phy.anl.gov/EIC/detectors/athena.git
    git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
    ln -s ../ip6/ip6 athena/ip6
    
    echo "PART 1: QUICK START"
    pushd athena
    source /opt/detector/setup.sh
    dd_web_display --export athena.xml
    popd