Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 664 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 664 Bytes

Porchet-GPR

Simulation code of radargram acquired along a Porchet water infiltration test

Installation

conda env create -f environment.yml
  • Installer tmux

    sudo apt install tmux
    
  • Installer dask

    sudo apt install dask
    
  • Compiler H2D dans ./HD2

    make
    

Running

tmux

Dans le nouveau shell

python Calcul-Multi-Modeles.py
  • mettre en arrière plan: ctrl-b d

  • remettre en premier plan:

    tmux attach
    

D'autres infos sur tmux