Skip to content

Commit d7cc79c

Browse files
add GNU parallel (#150)
* add GNU parallel this will be helpful for running multiple instances of `fire` across the number of cores the container image has access to * add parallel to list of ubuntu packages
1 parent 6ae1a03 commit d7cc79c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN install-ubuntu-packages \
2323
gcc g++ gfortran \
2424
locales \
2525
make \
26+
parallel \
2627
wget
2728

2829
# Basic python support, necessary for the build steps.

docs/src/ubuntu-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ g++ | GNU C++ Compiler
4242
gfortran | GNU Fortran Compiler
4343
locales | Configuration of TPython and other python packages
4444
make | Building system for dependencies and ldmx-sw
45+
parallel | [GNU Parallel](https://www.gnu.org/software/parallel/man.html) for multi-processing ldmx-sw
4546
wget | Download source files for dependencies and ldmx-sw Conditions
4647
python3-dev | ROOT TPython and ldmx-sw configuration system
4748
python3-numpy | ROOT TPython requires numpy and downstream analysis packages

0 commit comments

Comments
 (0)