Skip to content

Commit

Permalink
Fix: partitionGenerator: No such file or directory error (#64) (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Trupesh Patel <[email protected]>
  • Loading branch information
benlee0423 and TrupeshKumarPatel authored Nov 28, 2023
1 parent d85f70a commit 99fd36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN for d in ${DATASET_DIRECTORIES}; do mkdir -p /dmod/datasets/${d}; done \
&& find ${WORKDIR}/ngen/extern/noah-owp-modular -type f -iname "*.TBL" -exec cp '{}' /dmod/datasets/static \; \
&& ( cp -a ${WORKDIR}/ngen/cmake_build_parallel/ngen /dmod/bin/ngen-parallel || true ) \
&& ( cp -a ${WORKDIR}/ngen/cmake_build_serial/ngen /dmod/bin/ngen-serial || true ) \
&& ( cp -a ${WORKDIR}/ngen/cmake_build/partitionGenerator /dmod/bin/partitionGenerator || true ) \
&& ( cp -a ${WORKDIR}/ngen/cmake_build_parallel/partitionGenerator /dmod/bin/partitionGenerator || true ) \
&& pushd /dmod/bin \
&& ( ( stat ngen-parallel && ln -s ngen-parallel ngen ) || ( stat ngen-serial && ln -s ngen-serial ngen ) ) \
&& popd
Expand Down

0 comments on commit 99fd36b

Please sign in to comment.