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

Improved uvic scripts.

parent cc1d9c38
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ else
exit 1
fi
export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.xml"
checkExecutable "Restructuring" "${RESTRUCTURING}"
checkDirectory "Result directory" "${OPTIMIZATION_DATA}"
......@@ -76,6 +78,10 @@ jss-jobs-71-c-uvic_static_map-mom.job ; do
fi
done
"${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
done
......
......@@ -25,6 +25,7 @@ RELABEL="${TOOL_DIR}/oceandsl-tools/bin/relabel"
FXCA="${TOOL_DIR}/oceandsl-tools/bin/fxca"
FXTRAN="${TOOL_DIR}/fxtran"
RESTRUCTURING="${TOOL_DIR}/oceandsl-tools/bin/restructuring"
DELTA="${TOOL_DIR}/oceandsl-tools/bin/delta"
# collector tool
COLLECTOR="${TOOL_DIR}/collector/bin/collector"
......
......@@ -18,7 +18,7 @@ else
exit 1
fi
export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.groovy"
export JAVA_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.xml"
information "++++++++++++++++++++++++++++++++++++++"
information "Configuration ${EXPERIMENT_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment