forked from hpc/Spindle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
27 lines (25 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Spindle 0.10
-----------
- New API for integrating Spindle with job-launchers
- Integration of BGQ branch into mainline
- Support for RHEL7
- Bug fixes
Spindle 0.9
-----------
- Support for OpenMPI's ORTE-based launching
- Support for the flux resource manager
- Improve support for co-existing with debuggers
- Reorganize source tree to separate FE/BE/CLIENT builds
- Support for building different spindle components with different compilers
- Add security models for authentication TCP/IP connections
- New hostbin-based startup for when LaunchMON doesn't work
- New spindle man page
- Fix a crash when dealing with size 0 libraries
- Fix a race-condition hang on startup
Spindle 0.8
-----------
- New Spindle API allows for manually requesting Spindle semantics of open and stat calls
- Support for running serial processes under Spindle with the --no-mpi option
- Support for Spindle interception of stat and lstat calls.
- Improved Python support, supported by --python-prefixes option
- Bug fixes, many focused around following processes through fork/exec