SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-dpor rpm build for : OpenSuSE. For other distributions click ghc-dpor.

Name : ghc-dpor
Version : 0.2.0.0 Vendor : openSUSE
Release : bp150.2.7 Date : 2018-07-30 20:29:40
Group : Development/Libraries/Haskell Source RPM : ghc-dpor-0.2.0.0-bp150.2.7.src.rpm
Size : 0.25 MB
Packager : https://bugs_opensuse_org
Summary : A generic implementation of dynamic partial-order reduction (DPOR) for testing arbitrary models of concurrency
Description :
We can characterise the state of a concurrent computation by considering the
ordering of dependent events. This is a partial order: independent events can
be performed in any order without affecting the result. DPOR is a technique for
computing these partial orders at run-time, and only testing one total order
for each partial order. This cuts down the amount of work to be done
significantly. In particular, this package implemented bounded partial-order
reduction, which is a further optimisation. Only schedules within some *bound*
are considered.

* DPOR with no schedule bounding is __complete__, it /will/ find all distinct
executions!

* DPOR with schedule bounding is __incomplete__, it will only find all distinct
executions /within the bound/!

__Caution:__ The fundamental assumption behind DPOR is that the *only* source
of nondeterminism in your program is the scheduler. Or, to put it another way,
if you execute the same program with the same schedule twice, you get the same
result. If you are using this library in combination with something which
performs I/O, be *very* certain that this is the case!

See the < https://github.com/barrucadu/dejafu README> for more details.

For details on the algorithm, albeit presented in a very imperative way, see
/Bounded partial-order reduction/, K. Coons, M. Musuvathi, and K.
McKinley (2013), available at
< http://research.microsoft.com/pubs/202164/bpor-oopsla-2013.pdf>.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-dpor-0.2.0.0-bp150.2.7.x86_64.rpm
     

Provides :
ghc-dpor
ghc-dpor(x86-64)
libHSdpor-0.2.0.0-LhaAZ08dcrX7FxKXpFjwpd-ghc8.0.2.so()(64bit)

Requires :
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libHSrandom-1.1-9tceXaeYIMZ4JrKq20Egog-ghc8.0.2.so()(64bit)
libHSsemigroups-0.18.3-5xL9BgkWQsCGwo6YahyMCM-ghc8.0.2.so()(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.0.2/dpor-0.2.0.0-LhaAZ08dcrX7FxKXpFjwpd
/usr/lib64/ghc-8.0.2/dpor-0.2.0.0-LhaAZ08dcrX7FxKXpFjwpd/libHSdpor-0.2.0.0-LhaAZ08dcrX7FxKXpFjwpd-ghc8.0.2.so
/usr/share/doc/packages/ghc-dpor
/usr/share/doc/packages/ghc-dpor/LICENSE

 
ICM