Skip to content
Snippets Groups Projects
Commit f826944d authored by Reiner Jung's avatar Reiner Jung
Browse files

Improved uvic scripts.

parent cc1d9c38
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ else ...@@ -11,6 +11,8 @@ else
exit 1 exit 1
fi fi
export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.xml"
checkExecutable "Restructuring" "${RESTRUCTURING}" checkExecutable "Restructuring" "${RESTRUCTURING}"
checkDirectory "Result directory" "${OPTIMIZATION_DATA}" checkDirectory "Result directory" "${OPTIMIZATION_DATA}"
...@@ -76,6 +78,10 @@ jss-jobs-71-c-uvic_static_map-mom.job ; do ...@@ -76,6 +78,10 @@ jss-jobs-71-c-uvic_static_map-mom.job ; do
fi fi
done done
"${RESTRUCTURING}" -i "${ORIGINAL}" $LIST -o "${JOB_DIRECTORY}" -e demo -s kuhn "${RESTRUCTURING}" -i "${ORIGINAL}" $LIST -o "${JOB_DIRECTORY}" -e demo -s kuhn
for J in $LIST ; do
OPTIMIZED=`basename $J`
"${DELTA}" -i "${JOB_DIRECTORY}/original-model-${OPTIMIZED}.xmi" -o "${JOB_DIRECTORY}/original-model-${OPTIMIZED}"
done
fi fi
done done
... ...
......
...@@ -25,6 +25,7 @@ RELABEL="${TOOL_DIR}/oceandsl-tools/bin/relabel" ...@@ -25,6 +25,7 @@ RELABEL="${TOOL_DIR}/oceandsl-tools/bin/relabel"
FXCA="${TOOL_DIR}/oceandsl-tools/bin/fxca" FXCA="${TOOL_DIR}/oceandsl-tools/bin/fxca"
FXTRAN="${TOOL_DIR}/fxtran" FXTRAN="${TOOL_DIR}/fxtran"
RESTRUCTURING="${TOOL_DIR}/oceandsl-tools/bin/restructuring" RESTRUCTURING="${TOOL_DIR}/oceandsl-tools/bin/restructuring"
DELTA="${TOOL_DIR}/oceandsl-tools/bin/delta"
# collector tool # collector tool
COLLECTOR="${TOOL_DIR}/collector/bin/collector" COLLECTOR="${TOOL_DIR}/collector/bin/collector"
... ...
......
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -18,7 +18,7 @@ else ...@@ -18,7 +18,7 @@ else
exit 1 exit 1
fi fi
export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.groovy" export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.xml"
information "++++++++++++++++++++++++++++++++++++++" information "++++++++++++++++++++++++++++++++++++++"
information "Configuration ${EXPERIMENT_NAME}" information "Configuration ${EXPERIMENT_NAME}"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment