Things are working well at IU. We have nightly and weekly runs going
smoothly on our Odin cluster.
Have not started using it on BigRed (our LoadLeveler scheduled
environment), but hope to do that soonish.
Cheers,
Josh
On Sep 19, 2006, at 10:18 AM, Ethan Mallove wrote:
Folks,
Just checking
Folks,
Just checking in with everyone on how the new client is working out
for you. Any feature requests and/or bugs for the client and/or
reports? I see submissions from HLRS and IU, so I am assuming things
are working (to some degree). Do keep us apprised of any issues,
observations, complaints,
Ew. I believe that that is because &shell() is going to use sh/bash, not
csh, so the |& wouldn't work.
I also notice that /tmp/cc.out is not removed.
Can you just use sh syntax for grabbing stderr, something like:
compiler_version = &shell("cc -V 2>&1 | head -n 1 | nawk '{print \$4}'");
On 9/