PCJ

PCJ is Java library for parallel computing in Java. It is based on the PGAS (Partitioned Global Address Space) paradigm. It allows for easy implementation in Java of any parallel algorithm. PCJ application can be run on laptop, workstation, cluster and HPC system including large supercomputers.

License

License

GroupId

GroupId

pl.edu.icm.pcj
ArtifactId

ArtifactId

pcj
Last Version

Last Version

5.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

PCJ
PCJ is Java library for parallel computing in Java. It is based on the PGAS (Partitioned Global Address Space) paradigm. It allows for easy implementation in Java of any parallel algorithm. PCJ application can be run on laptop, workstation, cluster and HPC system including large supercomputers.
Project URL

Project URL

http://pcj.icm.edu.pl
Source Code Management

Source Code Management

https://github.com/hpdcj/PCJ

Download pcj

How to add to project

<!-- https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/ -->
<dependency>
    <groupId>pl.edu.icm.pcj</groupId>
    <artifactId>pcj</artifactId>
    <version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation 'pl.edu.icm.pcj:pcj:5.3.0'
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation ("pl.edu.icm.pcj:pcj:5.3.0")
'pl.edu.icm.pcj:pcj:jar:5.3.0'
<dependency org="pl.edu.icm.pcj" name="pcj" rev="5.3.0">
  <artifact name="pcj" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm.pcj', module='pcj', version='5.3.0')
)
libraryDependencies += "pl.edu.icm.pcj" % "pcj" % "5.3.0"
[pl.edu.icm.pcj/pcj "5.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
pl.edu.icm.pcj

HPDCJ

PCJ is a library for Java language that helps to perform parallel and distributed calculations.

Versions

Version
5.3.0
5.2.0
5.1.0
5.0.9
5.0.8
5.0.7
5.0.6