Skip to content
Snippets Groups Projects
Commit 9c63ca42 authored by Britta Heymann's avatar Britta Heymann
Browse files

Adapt allocsimulation.sh

parent b87d60be
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/bin/sh
#parameters for the allocation of the job on OCuLUS
#CCS --island OCULUS
#CCS -N pgandiSim
#CCS -N Sep3v4
#CCS --res=rset=1:ncpus=2:mem=128g
#CCS -t 21d
#CCS -t 7d
#CCS -m abe
#CCS --output=out.txt
#CCS --stderr=err.txt
#the simulation task
./one.sh -b 1 configurations/evaluation/settingsScenarioRealistic.txt
./one.sh -b 1 configurations/evaluation/settingsScenarioRealistic.txt configurations/evaluation/settingsDisasterRouter.txt
#archive the reports and console output. Only executed successfully, if the simulation run completes
#with enough time left for this to be executed.
nice -n 15 tar -czf "result$(date '+%d%m%Y_%H%M%S').tar.gz" out.txt err.txt reports
......
  • Contributor

    SonarQube analysis reported no issues.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment