We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--keep-stage-files --dont-restage
sourcesdir
Something like
class MPIWrapper(rfm.CompileOnlyRegressionTest): sourcesdir = 'https://github.com/eschnett/MPIwrapper' build_system = 'CMake'
fails., when used with --keep-stage-files --dont-restage
Valentin Churavy Thursday at 4:38 PM FAILURE INFO for MPIWrapper ~local:default+julia_1.10 (run: 1/1) * Description: * System partition: local * Environment: julia_1.10 * Stage directory: /home/vchuravy/src/trixi-parallel-performance/stage/local/default/julia_1.10/MPIWrapper_e9d9ef7f * Node list: * Job type: local (id=None) * Dependencies (conceptual): [] * Dependencies (actual): [] * Maintainers: [] * Failing phase: compile * Reason: spawned process error: command 'git clone https://github.com/eschnett/MPIwrapper /home/vchuravy/src/trixi-parallel-performance/stage/local/default/julia_1.10/MPIWrapper_e9d9ef7f' failed with exit code 128: --- stdout --- --- stdout --- --- stderr --- fatal: destination path '/home/vchuravy/src/trixi-parallel-performance/stage/local/default/julia_1.10/MPIWrapper_e9d9ef7f' already exists and is not an empty directory.
The text was updated successfully, but these errors were encountered:
I reproduced this. We should skip the clone in case of --dont-restage.
--dont-restage
Sorry, something went wrong.
git clone
vkarak
Successfully merging a pull request may close this issue.
Something like
fails., when used with
--keep-stage-files --dont-restage
The text was updated successfully, but these errors were encountered: