- 26 Feb, 2014 1 commit
-
-
Pavan Balaji authored
Simply ran the new ./maint/check_copyright.bash script. Fixes #2032. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 28 Jun, 2013 1 commit
-
-
Rob Latham authored
After adding the subdir-objects automake option, the autotools will try to create a directory called literally '$(top_srcdir)'/path/to/source to store .Plo files. with subdir-objects option, the top_srcdir and top_builddir variables are no longer needed (except in AM_CPPFLAGS and linker commands). *finally* gets hydra building again after yesterday's attempt to make automake-1.14 happy
-
- 19 Dec, 2012 1 commit
-
-
Pavan Balaji authored
No reviewer.
-
- 10 Nov, 2011 1 commit
-
-
David Goodell authored
Use automake+libtool instead of simplemake+createshlib. Parallel make now works for real, and shared library creation should be more robust on more platforms. "make dist" now works, modulo building the documentation, although for boring reasons we can't actually use it for the final distribution tarball generation. This is a massive change and without a doubt has some bugs in it. We'll work through them as we find them. No reviewer.
-
- 01 Feb, 2011 1 commit
-
-
Pavan Balaji authored
global core count, which we use as the universe size.
-
- 19 Jan, 2011 1 commit
-
-
Pavan Balaji authored
(required for FTB support). Only implemented for PBS for now.
-
- 27 Dec, 2010 1 commit
-
-
Pavan Balaji authored
proxy state during an error. It can just abort, and the proxy will cleanup itself and the processes it controls.
-
- 01 Dec, 2010 2 commits
-
-
Pavan Balaji authored
signals for the launcher now.
-
Pavan Balaji authored
currently do this only for SIGTSTP.
-
- 08 Aug, 2010 1 commit
-
-
Pavan Balaji authored
bootstrap/RMK to use.
-
- 29 Apr, 2010 1 commit
-
-
Pavan Balaji authored
environment and overwrite it at the remote node, while allowing each bootstrap server to specify exceptions. For example, ssh can specify DISPLAY as an exception, and SLURM can specify all SLURM_ variables as exceptions.
-
- 27 Jan, 2010 2 commits
-
-
Pavan Balaji authored
So far Hydra was assuming that the proxies always get launched correctly, and can pass information about the launched MPI processes (pids, exit status, etc.) reliably upstream. However, in cases where there is a setup issue (e.g., if ssh is not configured properly), the bootstrap forked processes might hang causing the upstream servers to wait indefinitely for the proxies to connect back. We now handle this case by forcefully cleaning up the local processes on a timeout or SIGINT signal.
-
Pavan Balaji authored
assume that the libraries it depends on (hwloc, mpl) are always built statically.
-
- 15 Oct, 2009 1 commit
-
-
Pavan Balaji authored
it clearer with respect to what structures are shared by what parts of the stack.
-