Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
dmtcp
dmtcp.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dmtcp.changes of Package dmtcp
------------------------------------------------------------------- Wed Jul 15 13:41:40 UTC 2015 - kapil@ccs.neu.edu - Removed includes.patch and dmtcp-glibc-2.21.patch from patch list. - Updated to upstream release 2.4.0. * Release notes: Several important changes and enhancements were added: - dmtcp_launch/restart/command/coordinator now take the flags -h, -p, --coord-host/port and environment variables DMTCP_COORD_HOST/PORT. The older --host, --port, DMTCP_HOST/PORT are now deprecated. - Newer versions of MATLAB (matlab-2013 and later) were using additional Linux features. All recent versions of matlab are again supported. - Intensive testing done for integration of MPI/SLURM for the following MPI dialects: Intel MPI/MVAPICH-2/MPICH-2/Open MPI. See plugin/batch-queue/job_examples/ for SLURM/DMTCP submission scripts. Preliminary support for some other resource managers also provided, especially including ibrun. - Open MPI version 1.8 _with_ InfiniBand is not yet supported. This is due to the OMPI use of UD (unreliable datagrams) for InfiniBand. Support is planned for the near future. Earlier OMPI versions continue to work with IB. We do not currently know of a config in OMPI-1.8 to avoid IB/UD (to use only IB/CM). Such a workaround would let DMTCP work. - Added support for newest Linux kernels: split of [vdso] into [vdso] and [vvar]; To see if this affects you, do: cat /proc/self/maps | grep '\[vvar]' - Support for glibc version 2.21 added. To see if this affects you, do: ls -l /lib*/libc.so.6 /lib/*/libc.so.6 - The environment variable DMTCP_GDB_ATTACH_ON_RESTART was added. Setting this permanently is a security risk. But on a temporary basis, it can enable easier debugging of restarted processes: DMTCP_GDB_ATTACH_ON_RESTART=1 dmtcp_restart ckpt_a.out_*.dmtcp & gdb a.out `pgrep -n a.out` - Enhancements added for newer 32-bit ARM (armv7) CPUs - Experimental support is now provided for 64-bit ARM (armv8) - Bug fixes ------------------------------------------------------------------- Tue Mar 24 14:40:08 UTC 2015 - dimstar@opensuse.org - Add dmtcp-glibc-2.21.patch: Fix build with glibc 2.21. ------------------------------------------------------------------- Tue Aug 12 07:12:31 UTC 2014 - bwiedemann@suse.com - include string.h to fix compilation (bnc#889400) Add includes.patch ------------------------------------------------------------------- Tue Jul 29 15:03:44 UTC 2014 - kapil@ccs.neu.edu - Updated to upstream release 2.3.1. * Release notes: - This is primarily a bug fix release. However, if you are using DMTCP for the ARM v7 CPU, or if you are using DMTCP either with the InfiniBand network or with the SLURM batch system, then it is strongly recommended to upgrade. - Bug fix affecting building for ARM on some recent armv7a CPUs. - Improvements in support for InfiniBand network and for SLURM batch system. - Other smaller bug fixes. ------------------------------------------------------------------- Fri Mar 14 04:01:11 UTC 2014 - kapil@ccs.neu.edu - Updated to upstream release 2.2. * Release notes: - In this release, the lowest layers have been re-organized and partially re-written for greater clarity of code and greater maintainability. These changes should be transparent to end users. - Users relying on the use of DMTCP with MPI, InfiniBand or the Toruqe or SLURM batch queues are strongly advised to upgrade. * Other changes are: - A --exit-after-ckpt flag was added for dmtcp_coordinator. - Scalability improvements were added. DMTCP has now been tested on an MPI jobs using 2048 MPI ranks over 2048 CPU cores. - Anybody using DMTCP with InfiniBand is strongly recommended to upgrade to inherit important bug fixes. The InfiniBand plugin is still formally part of the 'contrib' directory during this release. It was tested primarily against Open MPI. Further testing is still needed before the InfiniBand plugin can be promoted from the 'contrib' directory to the 'plugin' directory. - The --infiniband flag of dmtcp_launch was not fully functional in version 2.1. This is now fixed. - The 'dmtcp_launch --no-coordinator' option was broken in version 2.1. This is now fixed. - The --disable-dl-plugin flag was added to dmtcp_launch. Most users will not need this option. But software relying on DT_RPATH, DT_RUNPATH, or certain other uncommon cases in loading dynamic libraries may need to invoke this for stability. It is hoped to remove the need for this flag in a future release. - A similar comment holds for the --disable-alloc-plugin flag in dmtcp_launch. If there appear to be issues with a memory allocator, consider invoking this flag. - Numerous minor bug fixes and enhancements were added. ------------------------------------------------------------------- Sun Jan 12 06:15:34 UTC 2014 - kapil@ccs.neu.edu - Updated to upstream release 2.1. * Short release notes: - some newly stable plugins - batch-queue, modify-env, ptrace (see below) - full support for 32-/64-bit multilib architecture. (see below) - other enhancements to the core feature set (see below) - adapting DMTCP to application requirements: removal of the old dmtcpaware interface in favor of the newer interface: test/plugin/applic-*ckpt/ (see below) - attempt to restore current working directory on restart (may be impossible if restart host has different filesystem) - 'dmtcp_coordinator --port-file <FILE>' causes coordinator to write the port - number on which it listens into FILE. This is useful in conjunction with 'dmtcp_coordinator --port 0', which starts a coordinator at a random unused port. - 'dmtcp_restart --ckptdir <DIR>' and 'dmtcp_restart_script.sh --ckptdir <DIR>' will change to a new directory to hold checkpoint images on restart. - 'dmtcp_restart --no-strict-uid-checking' or 'dmtcp_coordinator --no-strict-uid-checking' [ allows a user with a different uid to restart a checkpoint image; process uid will be changed to that of the new user ] - './configure --enable-run-as-root' [ self explanatory; normally running as root is bad practice ] - a new internal plugin to handle 'ssh' uniformly; Some corner cases in checkpointing MPI could have been affected by this. - some bug fixes related to the new plugin software architecture initiated with DMTCP 2.0 ------------------------------------------------------------------- Tue Aug 13 04:49:06 UTC 2013 - kapil@ccs.neu.edu - New upstream release 1.2.8. - Removed dmtcp-includes.patch as it has been included in the new tarball. * Release Notes: - Bug fixes for newer ARM CPUs --- especially addressing cache coherency issues of multi-core ARM, and the more aggressive out-of-order execution for newer ARM CPUs. - On restart, gzip zombie processes associated with compressed checkpoint images were not always reaped properly. This is now handled correctly. - Peliminary support for using C++11 compilers to compile DMTCP (but not yet intensively tested). - Minor bug fixes. ------------------------------------------------------------------- Wed Jul 18 10:15:09 UTC 2012 - aj@suse.de - Add missing include for <sys/resource.h> (glibc 2.16) ------------------------------------------------------------------- Thu Jun 28 15:13:02 UTC 2012 - kapil@ccs.neu.edu - Updating to upstream release 1.2.5 * Release Notes: - epoll, eventfd, and signalfd are now supported - The ARM architecture for Linux is now supported. (Linux currently supports 32-bit ARM EABI.) - The name "DMTCP module" is changed to "DMTCP plugin" (more common terminology). User plugins can greatly customize the behavior of DMTCP. - The dmtcp_checkpoint cmd was resetting the checkpoint interval even if the user did not specify the -i/--interval flag. This is now fixed. - Improved support for a planned Fedora package for DMTCP - On resume from ckpt, zero pages were sometimes expanded (increasing the memory footprint). This affected Java. This is now fixed. - Some bug fixes were provided for programs that intensively create and destroy threads (e.g. OpenMP, Java) - After restart, the floating point rounding mode (fesetround) was not being properly restored. This is now fixed. - There have been requests for support of DMTCP for PBS/TORQUE. Some partial support has now been added to the svn only (_not_ to this release). Please write to us if you need this support from DMTCP. - The FAQ at the DMTCP web site was expanded. - 15% slowdown observed in an unusual case: A user reports that if your program frequently does both of these: a. is heavily multi-threaded; and b. calls malloc/free intensively; This has been diagnosed. It was seen too close to this 1.2.5 release, and so the fix will be provided for the next release (and in the public svn). ------------------------------------------------------------------- Sat Mar 24 15:41:38 UTC 2012 - dimstar@opensuse.org - Add dmctp-gcc47.patch: Fix build with gcc 4.7 ------------------------------------------------------------------- Thu Feb 16 03:01:30 UTC 2012 - kapil@ccs.neu.edu - Some changes were accidently reverted in the previous two commits. Adding them back. ------------------------------------------------------------------- Mon Jan 23 23:13:13 UTC 2012 - kapil@ccs.neu.edu - There was a minor glitch in the previous tarball. This one fixes it. ------------------------------------------------------------------- Mon Jan 23 22:12:53 UTC 2012 - kapil@ccs.neu.edu - Updating to upstream release 1.2.4 * Release Notes: - Preparing for upstream release 1.2.4. + Release Notes from upstream: - There is now much more robust treatment of processes that rapidly create and destroy threads. This was the case for the Java JVM (both for OpenJDK and Oracle (Sun) Java). This was also the case for Cilk. Cilk++ was not tested. We believe this new DMTCP to now be highly robust -- and we would appreciate receiving a notification if you find a Java or Cilk program that is not compatible with DMTCP. - Zero-mapped pages are no longer expanded and saved to the DMTCP checkpoint image. For Java programs (and other programs using zero-mapped pages for their allocation arena or garbage collecotr), the checkpoint image will now be much smaller. Checkpoint and restart times will also be faster. - DMTCP_ROOT/dmtcp/doc directory added with documentation of some DMTCP internals. architecture-of-dmtcp.pdf is a good place to start reading for those who are curious. - The directory of example modules was moved to DMTCP_ROOT/test/module. This continues to support third-part wrappers around system calls, can registering functions to be called by DMTCP at interesting times (like pre-checkpoint, post-resume, post-restart, new thread created, etc.). - This version of MTCP (inside this package) should be compatible with the checkpoint-restart service of Open MPI. The usage will be documented soon through the Open MPI web site. As before, an alternative is to simply start Open MPI inside DMTCP, and let DMTCP treat all of Open MPI as a "black box" that happens to be a ditributed computation - A new --prefix command line flag has been added to dmtcp_checkpoint. It operates similarly to the flag of the same name in Open MPI. For distributed computations, remote processes will use the prefix as part of the path to find the remote dmtcp_checkpoint command. This is useful when a gateway machine has a different directory structure from the remote nodes. - configure --enable-ptrace-support now uses ptrace module (more modular code). The ptrace module should also be more robust. It now fixes some additional cases that were missing earlier - ./configure --enable-unique-checkpoint-filenames was not respecting bin/dmtcp_checkpoint --checkpoint-open-files . This is now fixed. - If the coordinator received a kill request in the middle of a checkpoint, the coordinator could freeze or die. This has now been fixed, with the expected behavior: Kill the old computation that is in the middle of a checkpoint, and then allow any new computations to begin. - dmtcp_inspector utility was broken in last release; now fixed - configure --enable-forked-checkpoint was broken in the last release. It is fixed again. - Many smaller bug fixes. ------------------------------------------------------------------- Sun Dec 4 16:32:33 UTC 2011 - coolo@suse.com - don't fail on unknown options from %configure ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de - Remove redundant tags/sections from specfile (cf. packaging guidelines) ------------------------------------------------------------------- Tue Jul 26 01:08:13 UTC 2011 - kapil@ccs.neu.edu - Top level configure files updated to fix configure error. ------------------------------------------------------------------- Fri Jul 22 19:22:17 UTC 2011 - kapil@ccs.neu.edu - Updating to upstream release 1.2.3. ------------------------------------------------------------------- Sat Jul 2 23:03:26 UTC 2011 - kapil@ccs.neu.edu * 1.2.2 release notes from upstream: - A new module system, allowing users to write their own extensions to DMTCP, including wrappers around library calls. See the module subdirectory for examples. - ./configure --enable-m32 was not working in DMTCP 1.2.1. It works again now. - more bug fixes and robustness testing. Tested on kernels ranging from Linux 2.6.5 to the latest kernel. Tested especially on the Linux distributions: Red Hat/Fedora, Debian/Ubuntu, SuSe/OpenSUSE; although we don't know of any Linux distributions where it fails to run. - 'screen' did not checkpoint properly on machines using LDAP authentication. This could also affect processes using 'bash'. This has been fixed. - Furthermore, recent versions of 'screen' began calling 'utempter' when present Support for 'utempter' and some other setuid processes has been added. - Removed the requirement for libc.a in building DMTCP, since Red Hat does not include libc.a in its standard repository. - ./configure --enable-ptrace now more robust. Still labelled "experimental" for this release. You will need to enable this if you want to checkpoint gdb sessions, programs running under strace, and certain other applications. - ./configure --enable-fast-ckpt-restart can make ckpt/restart faster by using 'mmap'. You will need to set the environment variable DMTCP_GZIP to "0" if you use this. This feature is still experimental, and there are many other tricks for speeding up ckpt/restart. Please talk to the developers if this is important for your application. - Experimental support added for HBICT ( hbict.sf.net ). This provides support for incremental and differential checkpointing. However, this is still ongoing work. - Work has begun on improved support for process migration between different Linux kernels and distributions. Simple applications should migrate. Please talk to us if this feature is important to you. - We do not yet support the 'epoll' and 'inotify' Linux system calls. Recently, there has been some demand for this, and we intend to raise the priority. Please talk to us if this feature is important to you. ------------------------------------------------------------------- Wed Jun 22 15:57:30 UTC 2011 - kapil@ccs.neu.edu - Exclude mtcp.c from installation. ------------------------------------------------------------------- Wed Jun 22 06:19:05 UTC 2011 - kapil@ccs.neu.edu - Updating to upstream release 1.2.2. ------------------------------------------------------------------- Fri Jun 17 07:18:09 UTC 2011 - kapil@ccs.neu.edu - libdmtcpaware.a moved to libdmtcpaware-devel-static package. - dmtcpaware examples moved to libdmtcpaware-doc package. ------------------------------------------------------------------- Fri Jun 10 15:30:20 UTC 2011 - kapil@ccs.neu.edu - Build requirements updated. - Minor cleanup. ------------------------------------------------------------------- Tue Jun 7 14:27:08 UTC 2011 - kapil@ccs.neu.edu - Added "ExclusiveArch %ix86 x86_64" and removed ExcludeArch lines. - buildroot not cleaned in %install section. Sat May 14 00:09:03 UTC 2011 - kapil@ccs.neu.edu - dependency on libc.a removed for mtcp_restart. - Several other bug fixes and improvements. ------------------------------------------------------------------- Sat Mar 12 23:41:14 UTC 2011 - kapil@ccs.neu.edu - Updated to release 1.2.1 ------------------------------------------------------------------- Fri Mar 11 04:02:40 UTC 2011 - kapil@ccs.neu.edu - Remove debug flags. ------------------------------------------------------------------- Fri Mar 11 01:56:49 UTC 2011 - kapil@ccs.neu.edu - Updated to revision 935. ------------------------------------------------------------------- Thu Mar 10 03:37:28 UTC 2011 - kapil@ccs.neu.edu - Reverting tarball to prev version. ------------------------------------------------------------------- Thu Mar 10 02:37:40 UTC 2011 - kapil@ccs.neu.edu - Testing fix for restart under 32-bit OSes. ------------------------------------------------------------------- Thu Mar 10 01:18:53 UTC 2011 - kapil@ccs.neu.edu - Updated tarball with compiler warnings fixed. ------------------------------------------------------------------- Thu Mar 10 01:10:32 UTC 2011 - kapil@ccs.neu.edu - Added python to dependency list for running make check. ------------------------------------------------------------------- Thu Mar 10 00:49:13 UTC 2011 - kapil@ccs.neu.edu - Preparing for release 1.2.1. Pulled updates from the latest dmtcp svn.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor