Summary¶
I can transfer files to/from Bianca using rsync
ssh sven@transit.uppmax.uu.se
mount_wharf sens2023598
rsync my_local_file.txt sven@transit.uppmax.uu.se:sens2023598
rsync --recursive my_folder sven@transit.uppmax.uu.se:sens2023598
I can see the CPU and memory usage of jobs
I understand how to set up jobs efficiently
- Enough cores for memory
- CPU limited? Consider adding more until CPU usage is around 80% on average
- Consider addigng 1 core for safety
I can schedule a simple workflow of jobs that depend on each other using Slurm
I can schedule a simple workflow of jobs that depend on each other using Nextflow
I can run replicate jobs using Slurm job arrays
I understand how to install software myself
I understand how to use packages and libraries for scripts
I understand what containers are
I understand how to build from source
I can can run the voted-for IDE on Bianca