Skip to content

Commit e01c0f8

Browse files
committed
Updates for MetaCentrum, resources, print screens, typography, spelling, smaller updates before the course.
1 parent 79b3001 commit e01c0f8

File tree

8 files changed

+461
-224
lines changed

8 files changed

+461
-224
lines changed

presentation/dolphin.png

276 KB
Loading

presentation/fedora.png

195 KB
Loading

presentation/linux_bash_metacentrum_course.tex

Lines changed: 460 additions & 223 deletions
Large diffs are not rendered by default.

presentation/opensuse.png

-45.4 KB
Loading

presentation/ubuntu.png

-254 KB
Loading

presentation/wine.png

84.9 KB
Loading

presentation/xfce.png

773 KB
Loading

scripts_data/metacentrum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module add parallel
3131
module add mrbayes-3.2.6
3232

3333
# Launch the analysis - calculate MrBayes for multiple files
34-
# Note Parallel will distribute task among 8 CPU threads (-j 8), so that qsub must in this case contain nodes=1:ppn=8
34+
# Note Parallel will distribute task among 8 CPU threads (-j 8), so that qsub must in this case contain select=1:ncpus=8
3535
ls -1 *.nexus | parallel -j 8 'mb {} | tee -a {}.log'
3636

3737
# Copy results back to home directory

0 commit comments

Comments
 (0)