Skip to content
Snippets Groups Projects
Select Git revision
  • 46b0a36e8ec6a85bf6480c8c044b40a9710b3fff
  • master default protected
  • dev_2022
  • patch-1
  • develop
  • 50-use-ubuntus-libhidapi
  • issue-highLevelDispatch
  • issue-highLevelDesign
  • issue-motorStartBug
  • issue-commandLayerDesign
  • v1.0
  • v0.4-rc.13
  • v0.4-rc.12
  • v0.4-rc.11
  • v0.4-rc.10
  • v0.4-rc.9
  • v0.3-rc.8
  • v0.3-rc.7
  • v0.3-rc.6
  • v0.3-rc.5
  • v0.3-rc.4
  • v0.3-rc.3
  • v0.3-rc.2
  • v0.3-rc.1
  • v0.3-rc
  • v0.2
  • v0.1.1
  • v0.1
28 results

UIDrawSubCodes.m

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    gbench_batch.sh 758 B
    #!/usr/local_rwth/bin/zsh
     
    # ask for 10 GB memory
    #SBATCH --mem-per-cpu=10240M
     
    # name the job
    #SBATCH --job-name=ML_CUDA_GBENCH
     
    # declare the merged STDOUT/STDERR file
    #SBATCH --output=log_ML_CUDA_GBENCH_%J.txt
    
    # request one pascal gpu
    #SBATCH --gres=gpu:pascal:1
    
    # request 3 hours wallclock
    #SBATCH --time=0-03:00:00
    
    ### begin of executable commands
    
    echo "[Batch Job] loading modules..."
    module load DEVELOP
    module unload intel
    module unload gcc
    module load gcc/7
    module unload python
    module load python/3.6.0
    module unload cuda
    module load cuda/102
    
    echo "[Batch Job] starting benchmark  ..."
    ../bin/benchmark --benchmark_counters_tabular=true\
                     --benchmark_out=statistics_gbench.json\
                     --benchmark_out_format=json