Skip to content
Snippets Groups Projects

Check ws allocation

Merged Martin Schroschk requested to merge check-ws-allocation into preview
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -265,10 +265,10 @@ calling the actual software to do your computation).
@@ -265,10 +265,10 @@ calling the actual software to do your computation).
# Reduces grace period to 1 day!
# Reduces grace period to 1 day!
ws_release -F ssd ${COMPUTE_DIR}
ws_release -F ssd ${COMPUTE_DIR}
else
else
echo "Error with compression and writing of results";
echo "Error with compression and writing of results"
echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results.";
echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results."
exit 1;
exit 1
fi;
fi
```
```
### Data for a Campaign
### Data for a Campaign
Loading