dmtcp-devel-2.5.2-bp153.1.10 >  A `8aP!M@eee,hr :٬R=wD_0B8d,.)-@%۫Z]'R HZ~72۳c(RQņsM/kS_՚4_u',;C#z>ht"'% c8+ab5N4Чڦ: D2Vt^N:6T,ɷN֧,e-ӰdʤɞHɞ(Z$KTDx4c27c3737e21b2274d8f159cb83fdf2523ba77872a851185104a8b9dcdc73d46d95e4174672660b3f896dc9e26344756a97f27cdG`8aP!M@eeeg);4=?;Ֆmk<߫9HE q+]SiV=BV%Ն{!/GK))O[6iL)ٞn ?<(u{KN9BCD:jU&(Ng[˂"Q#$$PvO s>Iʝr!ހ9{kCMcס UP2Zn2-Tj٧WF g<R>p;.?-d  7pt|       a dhmr5(W8` 9 :@ F+G,H,I,X, Y,\,8],<^,Db,Rc,d-_e-df-gl-iu-|v-z-----Cdmtcp-devel2.5.2bp153.1.10DMTCP developer packageThis package provides dmtcp.h for developing plugins.`8a 2.24) * Fixed launch of 32-bit binary when forking/execing from a 64-bit executable * Fixed issue that can affect a parent holding a malloc-lock while forking * Fixed issue when a user thread calls 'dmtcp_get_coord_ckpt_dir()'- Update to v 2.5.0. This release includes a few new plugins and several bug fixes for robustness. Some of the highlights include: * Support for InfiniBand UD (in addition to the more common InfiniBand RC). * Added support for CMA (Cross-Memory Attach): process_vm_readv and process_vm_writev * Improved multi-arch (mixed 32-/64- bit) support. * Re-added --enable-fast-restart. * Added a new commandline option --with-plugin-32 for dmtcp_launch to specify 32-bit plugins in a 64-bit environment. * Added --enable-pthread-mutex-wrappers configure flag to enable pthread_mutex_{lock,unlock} wrappers needed for Open MPI. * Added ability to specify environment file used in the modify-env plugin. * Allow dmtcp_restart to be invoked by root. * The following new plugins were added: pathvirt: to virtualize filesystem paths. delayresume: for finer-grained control over resuming of user threads during resume/restart.- Update to DMTCP 2.4.1: primarily a bug fix release. fixes an issue with version 2.4.0 and deleted shared memory files - Update to DMTCP 2.4.2: configure script fixes; interval checkpointing; etc - Update to DMTCP 2.4.3: added support for CMA, fixed a regression affecting dmtcp_checkpoint() - Update to DMTCP 2.4.4: supports InfiniBand UD, misc fixes - Adapt spec file to the new 2.4.4 tarball- 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- Add dmtcp-glibc-2.21.patch: Fix build with glibc 2.21.- include string.h to fix compilation (bnc#889400) Add includes.patch- 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.- 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.- 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 ' 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 ' and 'dmtcp_restart_script.sh --ckptdir ' 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.0lamb63 16143076442.5.2-bp153.1.102.5.2-bp153.1.10dmtcp.h/usr/include/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/b84f8ffb76cc0dd1da5c3cef471c9105-dmtcpcpioxz5x86_64-suse-linuxC source, ASCII textXLwNs KButf-85b8200f47e00a575f1dd439d0ac1143fcf1d327c837b07fe12fb2be457c261cc?P7zXZ !t/R] crv(vX0Mopddw ?Fj]a>T)[s*+l의!ˉ=n=U@rW*WS"ET0doK2Bq }␯4/L{LP5uzkH n!1#|/R45U xvOS[%٢.rೈfX0LЅ^=o_ an#04/Cdsпgq$,h$S&.M6 6S1/;1r}-|FpaݠЍ> Fo |ƪƨv{P%nDt]ߵ~P"So).e)8͈X/% B#pՁjkb6ԏ`/Ck &|ihj[Xf,8 7ҹ1o]VB79wd0^~c kgJ&ՃjE=J7WB^ Y!Fx]+X$bٚ,t٢Y 5YYnGr욓}āȍP?ip:l=tϦ{\J&JU w3lWvUaTN#Hlj%d(q%z2^^=̄û.>1(rz҄s{eS_#i.1Ƌ"_+nPqq[-G9OYb ˎxSM^R-.Ӌz_!ٗzuMG^I\dDNg{X.KL"M/b%Zo;kH7|Av$D[NYǤGMb `z$մ"ʘzp#?DiH8%LHsq8dShg!V'ٮ6:Mjx7<,:Tsc9ϱkD#}:SȊ 7AB_&[Nzr3~Lf(?Jq$AX{XiijeWج|p rN_kjTl{Mb9L1=%}M?=y[KX 1q *(tp6NtJaD[[rXӒFJ|wi*M<{߅a40Mٛ#(+6ɭ h%O_H5ʧίpJ-"1=BŚ҈e= AO ^WO@7- y= ~S,|]{,2*BU/7?T&8'|EyszC֊|(vn 8 lak,Eo0&f7FnNR=}8q)}S\2mMPۗCdC,;ձe_Aaϰ'n} Q }ѢÒ|!m_7.q+#. W"*0A}^U(}?.2#GK+"Tծk 'Òqdͣ*ؗA?jbf&{se0T3T+ش"ۭ 'L>RᏃ$ (w|[*t B=D!9&]aeo,QD?(P2Z7:$,pb }4=ߧ ^mKOMfH)PA)B"^=oDL'Q V & J޷Z$pyO?v{䂜Ӧum%?O,!44H:MP~`DY{bt%v%W{ej-T|?5_7<j@+9,~:E/\  z]|:H2w,ƃ&#]4y&zEľl3U̅ssG. g|Ws݅QMQ+b"p sb]J/|n/,6x'ETd#DTygye7*dݜŨl0F]C(0fΗs !ω R*sN:z9<+sP=q!􀧤bnIC0Jɡ&,Tf6{2RQQ5,Kh^jMA!wxPmDX:%a% ְLr=Iˀ%e\y%=G/ٞG3i2Zb]H1aVUDG"z߀ FgDK?&BSvȏk}l9dLNCx>9P4}S p5֚ڡQVF_. ^CD aB`{2dH%oOǶ[ZM{ V$ b&NmS rNJPzw]cMSQѳXDA@Xbr{YU&L5F|bph/ ^DWG}nVe|5__t=JS¬Lp~5x r~4{eP7g3fKYG6pU9 č! kR5Yǯrb#wIFwOe`$Xyn]"h1!n ol漒ĪQ(X $Nq:Y[nfyd=bM.Io8Bn9u˨[sHmB`Oe$hk0P">#Oj(v18D͛8" N~ƜO?kHcsV'Z17G5LtvΡT|"CJ{  ЦLNer4[\hLKD.Z"*wM #rK[j4(N: - o(4yv`O5V"X`As.ie%۰ (e*ГuqrxY` fΕ48@$+ԥ YZ