Skip to content

Commit

Permalink
Removed from the --help labels all mention of monitoring capabilities.
Browse files Browse the repository at this point in the history
Re-emphasized in the README file for ToM that it is still very much an
   alpha feature.
  • Loading branch information
Chee Wai Lee committed Nov 8, 2010
1 parent bc43ea4 commit d8a3a39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion README.ToM
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
TAUoverMRNet 2.0-alpha build instructions:
==========================================
By: Chee Wai Lee ([email protected])
Last Updated: 9/7/2010
Last Updated: 11/8/2010

Introduction:
=============
This documents the steps required to build the alpha re-engineered
implementation of TAUoverMRNet (ToM) with TAU and a beta (unreleased)
copy of MRNet 3.0.

Please be reminded again. This feature set is still in alpha
development and is not intended to be used and supported in production.

Software Requirements:
======================
1. A copy of TAU pre 2.19.3 release (or higher number depending on
Expand Down
28 changes: 14 additions & 14 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ for arg in "$@"; do
echo "-epilogbin=<dir> ........... Specify full path to EPILOG bin directory."
echo "-epiloginc=<dir> ....... Specify full path to EPILOG include directory."
echo "-vampirtrace=<dir> .. Specify location of VampirTrace Tracing package."
echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. "
echo "-mon-mrnet=<dir> .. Specify location to MRNet package as TAU monitoring"
echo " transport layer (ToM). "
echo "-mon-mrnet-lib=<dir> ............... Specify full path to MRNet library"
echo " installation. "
echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight"
echo " interface. "
# echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. "
# echo "-mon-mrnet=<dir> .. Specify location to MRNet package as TAU monitoring"
# echo " transport layer (ToM). "
# echo "-mon-mrnet-lib=<dir> ............... Specify full path to MRNet library"
# echo " installation. "
# echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight"
# echo " interface. "
echo "-scorep=<dir> .................... Specify location of SCOREP package."
echo "-python .. Automatically choose python options based on Python in path."
echo "-pythoninc=<dir> ........ Specify location of Python include directory."
Expand Down Expand Up @@ -222,13 +222,13 @@ for arg in "$@"; do
echo "-epilogbin=<dir> ........... Specify full path to EPILOG bin directory."
echo "-epiloginc=<dir> ....... Specify full path to EPILOG include directory."
echo "-vampirtrace=<dir> .. Specify location of VampirTrace Tracing package."
echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. "
echo "-mon-mrnet=<dir> .. Specify location to MRNet package as TAU monitoring"
echo " transport layer (ToM). "
echo "-mon-mrnet-lib=<dir> ............... Specify full path to MRNet library"
echo " installation. "
echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight"
echo " interface. "
# echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. "
# echo "-mon-mrnet=<dir> .. Specify location to MRNet package as TAU monitoring"
# echo " transport layer (ToM). "
# echo "-mon-mrnet-lib=<dir> ............... Specify full path to MRNet library"
# echo " installation. "
# echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight"
# echo " interface. "
echo "-scorep=<dir> .................... Specify location of SCOREP package."
echo "-upcnetwork=<value> .. Specify network (mpi, udp,...) for Berkeley UPC."
echo "-python .. Automatically choose python options based on Python in path."
Expand Down

0 comments on commit d8a3a39

Please sign in to comment.