<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>version used : 1.0.8</DIV>
<DIV> </DIV>
<DIV>the current jumpshot script created by config has the JAVA path and MPICH2 installation path hard coded in. This make shipping jumpshot to a different env impossible without hacking.</DIV>
<DIV> </DIV>
<DIV>I am requesting that the jumpshot/jumpshot.in code (in src/mpe2/src/slog2sdk/bin) be enhanced with the following changes:</DIV>
<DIV> </DIV>
<DIV># Set JAVA environment<BR>if [ "XX${JRE}" = "XX" ] ; then<BR> JVM=<JAVA path during configure>/bin/java ###<BR>else<BR> JVM=${JRE}/bin/java<BR>fi</DIV>
<DIV>JVMOPTS="" ###<BR># Assume user's environmental JVMFLAGS is better than what configure found.<BR>JVMFLAGS=${JVMFLAGS:-${JVMOPTS}} ###</DIV>
<DIV># Set PATH to various jar's needed by the GUI<BR>MPIEXEC_PATH=`which mpiexec`<BR>echo ${MPIEXEC_PATH}<BR>if [ "XX${MPIEXEC_PATH}" = "XX" ] ; then<BR> GUI_LIBDIR=<MPICH2 install path>/lib ###<BR>else<BR> GUI_LIBDIR=$(dirname $(dirname $MPIEXEC_PATH))/lib<BR>fi<BR><BR></DIV>
<DIV>where path in <> are hard coded like the existing code. the env var JRE (or any name the MPICH2 group prefers) decides where to pickup the JRE. lines marked ### are lines from 1.0.8 release.</DIV>
<DIV> </DIV>
<DIV>this will make relocating jumpshot to a different system easy.</DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV>tan</DIV>
<DIV> </DIV></td></tr></table><br>