Skip to content

Commit

Permalink
Docker: Limit prettify to 16 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Apr 6, 2019
1 parent 55cf030 commit 5503a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/docker/scripts/install_formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rm -rf /var/lib/apt/lists/*

# pre-run prettify
cd /workspace/cp2k
make -j pretty
make -j 16 pretty

#EOF
4 changes: 2 additions & 2 deletions tools/formatting/test_formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ rm -rf preprettify
find ./src/ -type f -not -path "*/preprettify/*" -not -path "*/.git/*" -print0 | xargs -0 md5sum > checksums.md5
md5sum ./data/POTENTIAL >> checksums.md5

make --jobs=20 pretty
make --jobs=20 pretty # run twice to ensure consistency with doxify
make -j 16 pretty
make -j 16 pretty # run twice to ensure consistency with doxify

cd data
cat GTH_POTENTIALS HF_POTENTIALS NLCC_POTENTIALS ALL_POTENTIALS > POTENTIAL
Expand Down

0 comments on commit 5503a1f

Please sign in to comment.