Skip to content
Snippets Groups Projects
Select Git revision
  • 7d63e3386c1810c5eeab7019a6802f99d15920ea
  • main default protected
  • da-retest-hostnames
  • portals4
  • testReleases
  • issue-125
  • fixMissingMoveConstructors
  • 2.1.19-dev
  • 2.1.19
9 results

exampleAnalysis.sh

Blame
  • user avatar
    Yannik Müller authored
    d413d5c1
    History
    exampleAnalysis.sh 796 B
    #!/bin/bash
    #############################################################################
    ##  LinkTest                                                               ##
    #############################################################################
    ##  Copyright (c) 2008-2021                                                ##
    ##  Forschungszentrum Juelich, Juelich Supercomputing Centre               ##
    ##                                                                         ##
    ##  See the file COPYRIGHT in the package base directory for details       ##
    #############################################################################
    ml GCC ParaStationMPI SIONlib SciPy-Stack
    source install/linktest-report-venv/bin/activate
    linktest-report -i pingpong_results_bin.sion -o report.pdf
    deactivate