Skip to content
Snippets Groups Projects
Select Git revision
  • 7bf30fc2e4088520d2124778a74e966533d7bd3f
  • stable default protected
  • develop protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • Resisitve_wall_eff_radius_yokoya
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
26 results

CODEOWNERS

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    make_for_isei.sh 439 B
    #!/bin/sh
    
    dir=`pwd`
    
    #NUM_REC="$dir/num_rec"
    
    #INSTALL="/usr/bin/install"
    
    TRACY="tracy"
    
    cd "$dir/$TRACY"
    
    export TRACY_LIB="$dir/tracy"
    export NUM_REC="/usr/local/applications/physmach/recipes_c-ansi"
    
    rm -rf autom4te.cache
    rm -rf aclocal.m4
    
    make distclean
    
    ./bootstrap
    FFLAGS="-O2  -Wall -fbounds-check" CXXFLAGS="-O2  -Wall -fno-implicit-templates" CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy 
    
    make
    make install