debug.sh 367 Bytes
#!/bin/bash

CLASSPATH="build/jar/mcmas.jar:lib/*"

# Make the JVM more verbose
# -verbose:gc -verbose:jni

# Customize java.util.logging
# java -Djava.util.logging.config.file=log.properties

# Control OpenCL profiling
# export OPENCL_PROFILE=1
# export OPENCL_PROFILE_CONFIG=profiler_config.txt

gdb --args java -classpath $CLASSPATH mior.controler.MiorLauncher $@