Skip to content
Snippets Groups Projects
Commit 5477ece8 authored by Juve, Gideon's avatar Juve, Gideon
Browse files

Update acme-output to include restart pointers and logs

parent 48396e5f
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ cd $RUNDIR
touch outputs_to_ignore
# Tar up all the output files, but ignore outputs from previous stages
tar -czv -f $DIR/${CASE}.stage${STAGE}.tar.gz -X outputs_to_ignore ${CASE}.*
tar -czv -f $DIR/${CASE}.stage${STAGE}.tar.gz -X outputs_to_ignore ${CASE}.* rpointer.* *.log.*.gz
# Update the ignore file to ignore outputs from the current stage
ls ${CASE}.* > outputs_to_ignore
ls ${CASE}.* *.log.* > outputs_to_ignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment