markziemann / dee2

Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
http://dee2.io
GNU General Public License v3.0
39 stars 7 forks source link

CPU_SPEED not assigned correctly #7

Closed markziemann closed 7 years ago

markziemann commented 7 years ago

Need to check that lscpu works from within the container

+ MEM=131297312
++ nproc
+ NUM_CPUS=32
++ lscpu
++ grep 'CPU max MHz:'
++ awk '{print $4}'
+ CPU_SPEED=
markziemann commented 7 years ago

This should now be fixed, but I have only tested on 1 server so far