sshfs -o Ciphers=aes128-ctr -o Compression=no -o ServerAliveCountMax=2 -o ServerAliveInterval=15 mattdab@access.icare.univ-lille.fr:/DATA/LIENS/AEROCLIM/ALADIN/AAD12-2.45/ /home/mattdab/AeroClim2/ sshfs -o Ciphers=aes128-ctr -o Compression=no -o ServerAliveCountMax=2 -o ServerAliveInterval=15 mattdab@jupyter.icare.univ-lille.fr:/DATA/LIENS/FAST-TRAQ/ALADINClim/AAD12-2.45/ /home/mattdab/AladinClim/ sshfs -o Ciphers=aes128-ctr -o Compression=no -o ServerAliveCountMax=2 -o ServerAliveInterval=15 mattdab@jupyter.icare.univ-lille.fr:/DATA/LIENS/FAST-TRAQ/Download/ /home/mattdab/Cams/ mattdab@jupyter.icare ssh mattdab@loagpu.icare.univ-lille.fr ssh mattdab@jupyter.icare.univ-lille.fr cd /DATA/LIENS/FAST-TRAQ/Download/ module purge && module load rhel8/Python/3.10.5 && pip3 install --user -r requirements.txt nohup "command" >>stdout.txt 2>>stderr.txt & nohup >>stdout.txt 2>>stderr.txt & disown jobs -l ps --User mattdab uxfww cat stdout.txt cat stderr.txt nvtop nohup python3 ImportResults.py >>stdout.txt 2>>stderr.txt & nohup python3 src/main.py >>src/stdout.txt 2>>src/stderr.txt & nohup python3 tests.py >>stdout.txt 2>>stderr.txt & nohup python3 tests_divGrad.py >>stdout.txt 2>>stderr.txt &