From: <no...@so...> - 2002-05-21 02:45:20
|
Bugs item #558474, was opened at 2002-05-20 16:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=465044&aid=558474&group_id=51915 >Category: env-switcher functionality Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Jason Brechin (brechin) >Assigned to: Jeff Squyres (jsquyres) Summary: Standard error going to standard output Initial Comment: During the OSCAR user level tests, switcher is reporting some errors (that's another issue all together). The problem is that they are being reported to standard out, not standard error. Here's the error I'm seeing: switcher:mpi: Cannot find modulefile for mpich-1.2.1 - - skipping (env-switcher-1.0.2-1oscar) ---------------------------------------------------------------------- >Comment By: Jeff Squyres (jsquyres) Date: 2002-05-20 19:45 Message: Logged In: YES user_id=11722 Unfortunately, modulefiles cannot write errors to stderr because TCL will judge it to be a failure. Disappointing, but true. :-( Hence, warnings/errors have to go to stdout. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=465044&aid=558474&group_id=51915 |