diff --git a/README.ToM b/README.ToM index b1e7a437d..bedace196 100644 --- a/README.ToM +++ b/README.ToM @@ -1,7 +1,7 @@ TAUoverMRNet 2.0-alpha build instructions: ========================================== By: Chee Wai Lee (cheelee@cs.uoregon.edu) -Last Updated: 9/7/2010 +Last Updated: 11/8/2010 Introduction: ============= @@ -9,6 +9,9 @@ Introduction: 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 diff --git a/configure b/configure index 2f7455769..776749fc5 100755 --- a/configure +++ b/configure @@ -112,13 +112,13 @@ for arg in "$@"; do echo "-epilogbin= ........... Specify full path to EPILOG bin directory." echo "-epiloginc= ....... Specify full path to EPILOG include directory." echo "-vampirtrace= .. Specify location of VampirTrace Tracing package." - echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. " - echo "-mon-mrnet= .. Specify location to MRNet package as TAU monitoring" - echo " transport layer (ToM). " - echo "-mon-mrnet-lib= ............... 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= .. Specify location to MRNet package as TAU monitoring" +# echo " transport layer (ToM). " +# echo "-mon-mrnet-lib= ............... Specify full path to MRNet library" +# echo " installation. " +# echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight" +# echo " interface. " echo "-scorep= .................... Specify location of SCOREP package." echo "-python .. Automatically choose python options based on Python in path." echo "-pythoninc= ........ Specify location of Python include directory." @@ -222,13 +222,13 @@ for arg in "$@"; do echo "-epilogbin= ........... Specify full path to EPILOG bin directory." echo "-epiloginc= ....... Specify full path to EPILOG include directory." echo "-vampirtrace= .. Specify location of VampirTrace Tracing package." - echo "-mon-mpi ..... Specify MPI as TAU monitoring transport layer. " - echo "-mon-mrnet= .. Specify location to MRNet package as TAU monitoring" - echo " transport layer (ToM). " - echo "-mon-mrnet-lib= ............... 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= .. Specify location to MRNet package as TAU monitoring" +# echo " transport layer (ToM). " +# echo "-mon-mrnet-lib= ............... Specify full path to MRNet library" +# echo " installation. " +# echo "-mon-mrnet-use-lightweight ..... Instructs ToM to use MRNet lightweight" +# echo " interface. " echo "-scorep= .................... Specify location of SCOREP package." echo "-upcnetwork= .. Specify network (mpi, udp,...) for Berkeley UPC." echo "-python .. Automatically choose python options based on Python in path."