Blame view
utils/debug.sh
367 Bytes
1b1e928cc initial import of... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/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 $@ |