Skip to content
Snippets Groups Projects
Commit 0fde99b1 authored by bertrand's avatar bertrand
Browse files

missing suffix .gz to input.tar

parent 87251f55
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ echo "************************************************************"
echo "* Prepare medium case in $bench_dir"
echo "************************************************************"
if [[ $1 = "occigen-bdw" ]]; then
tar xvf /store/CINES/dci/SHARED/abs/ramses/input.tar
tar xvf /store/CINES/dci/SHARED/abs/ramses/input.tar.gz
tar xvf /store/CINES/dci/SHARED/abs/ramses/PROD.tar
elif [[ $1 = "jean-zay-cpu" ]]; then
tar xvf $SCRATCH/abs/ramses/input.tar
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment