Hi all,
I'm trying to force MPE to create an slog output file instead of clog.
I've tried setting my environment variable: mpirun -x MPE_LOG_FORMAT=SLOG
tried forcing it in code:
char mpelogfmt[20] = "MPE_LOG_FORMAT=SLOG";
putenv(mpelogfmt);
and tried editing mpich/mpe/src/mpe_log.c to force SLOG output
none of these have worked for me.
I'm using mpe from mpich-1.2.6 running under lam-7.1 (also tried .0.6 & 1.2b4) , on an athlon-xp running gentoo-2004.1 and kernel 2.6.7 and gcc-3.3.3. In the past I've used an older verion of mpe with lam-6.x and haven't had any
problems. I was wondering if anyone had any suggestions for getting SLOG
output working.
thanks
-Lucas
|