Skip to content

HeleneRimbert/oscar-triannot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rclone mount

acces in read-only mode to my data on oscar:

$ rclone config # setup URL and credentials
$ rclone listremotes
$ nohup rclone mount --dir-cache-time=2m \
  --fast-list \
  --s3-chunk-size=1G \
  --s3-upload-concurrency=8 \
  --read-only \
  remote: /path/to/data/s3/ 1> rclone-mount.log 2> rclone-mount.error &

install miniconda3

$ wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh
$ bash Miniconda3-py39_4.12.0-Linux-x86_64.sh
$ conda -V
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
$ conda env create --file myenv.yml

check SLURM controler

Sometimes, the SLURM controler is hanging. Restart is needed

# service slurmctld status # check if SLURM controller is dead
# service slurmctld restart # restart the controller
# service slurmctld status # check the restart is OK
# sinfo # check if SLURM detects the nodes

About

stack template and ansible playbooks for oscar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 84.7%
  • Python 15.3%