1
1

- Change the exit status set by mpirun when an application process is

killed by a signal.  The exit status is now set to signo + 128, which
  conforms with the behavior of (almost) all shells.

This commit was SVN r9051.
Этот коммит содержится в:
David Daniel 2006-02-15 22:46:40 +00:00
родитель e82c470b32
Коммит 650dc99387

3
NEWS
Просмотреть файл

@ -32,6 +32,9 @@ version 1.0.
1.0.2
-----
- Change the exit status set by mpirun when an application process is
killed by a signal. The exit status is now set to signo + 128, which
conforms with the behavior of (almost) all shells.
- Correct a datatype problem with the convertor when partially
unpacking data. Now we can position the convertor to any position
not only on the predefined types boundaries. Thanks to Yvan Fournier