BEAST: Difference between revisions

Jump to navigation Jump to search
Add location of Beagle to LD_LIBRARY_PATH
(Marked this version for translation)
(Add location of Beagle to LD_LIBRARY_PATH)
Line 83: Line 83:


# Define a shorter variable where to find BEAST
# Define a shorter variable where to find BEAST
BEAST="$EBROOTBEAST"
BEAST="${EBROOTBEAST}"
 
# Add location of Beagle to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH="${BEAGLE_LIB}:${LD_LIBRARY_PATH}"


# Build a long java command:
# Build a long java command:
CMD="java -Xms256m $BEAST_MEM"            # set memory
CMD="java -Xms256m ${BEAST_MEM}"            # set memory
CMD="$CMD -Djava.library.path=$BEAST/lib" # point to BEAST library
CMD="$CMD -Djava.library.path=${BEAST}/lib" # point to BEAST library
CMD="$CMD -jar $BEAST/lib/beast.jar"      # which program to execute
CMD="$CMD -jar ${BEAST}/lib/beast.jar"      # which program to execute


echo ".................................."
echo ".................................."
echo "The Java command is \"$CMD\""
echo "The Java command is \"${CMD}\""
echo ".................................."
echo ".................................."


Line 99: Line 102:
}}
}}
<translate>
<translate>
== References == <!--T:11-->
== References == <!--T:11-->
<references />
<references />
</translate>
</translate>
cc_staff
653

edits

Navigation menu