[HELP Request] Mpiexec/PBSPro stack problem
Pete Wyckoff
pw at osc.edu
Tue Oct 5 09:59:37 EDT 2004
bclem at rice.edu wrote on Sun, 03 Oct 2004 23:55 -0500:
> On our nodes we have set an unlimited stack via both the bash systemwide
> scripts and the tcsh systemwide scripts. But as you can see by the output
> below, when we execute ulimit via an mpiexec call, the stack is 8M but if
> we do the a normal ulimit -s on the node, it's unlimited.
What Alex said (except that the script trick doesn't work for
all limits). We have a code snippet in /etc/init.d/pbs_mom that does:
# discard any user limits before starting
ulimit -s unlimited
ulimit -d unlimited
echo -n "Starting PBS mom: "
daemon pbs_mom
Hopefully this fixes the issue. Let me know if that's the case and I'll
add some documentation somewhere.
-- Pete
More information about the mpiexec
mailing list