Download parallel-2.0.0.jar file - Jar p

Jar examples for p:parallel

Description

This module provides a very basic support for the parallel computing of tasks (Engine class) and entries of a matrix (MatrixEngine). This is basically just a wrapper around the java standard functionality for parallel computing (mainly the Standard Thread Pool and the Future interface). Additional functionality is provided by the ProgressReporter interface, which can be used as a hook to provide information on the current state of the parallel computing task to other modules or the user.

You can download jar file parallel 2.0.0 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add parallel-2.0.0.jar to your project.

<dependency>
   <groupId>de.cit-ec.tcs.alignment</groupId>
   <artifactId>parallel</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'de.cit-ec.tcs.alignment', name: 'parallel', version: '2.0.0'
libraryDependencies += "de.cit-ec.tcs.alignment" % "parallel" % "2.0.0"
<dependency org="de.cit-ec.tcs.alignment" name="parallel" rev="2.0.0"/>
@Grapes(@Grab(group='de.cit-ec.tcs.alignment', module='parallel', version='2.0.0'))
'de.cit-ec.tcs.alignment:parallel:jar:2.0.0'

Download

Click the following link to download the jar file.

parallel-2.0.0-javadoc.jar
parallel-2.0.0-sources.jar
parallel-2.0.0.jar
parallel-2.0.0.pom



Related Tutorials