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

Adapt allocsimulation.sh

parent 7b3caac0
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 Sep3FifoBuffer
#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