License |
License |
---|---|
GroupId | GroupIdpl.edu.icm.pcj |
ArtifactId | ArtifactIdpcj |
Last Version | Last Version5.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPCJ
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pcj-5.3.0.pom | |
pcj-5.3.0.jar | 240 KB |
pcj-5.3.0-sources.jar | 127 KB |
pcj-5.3.0-javadoc.jar | 429 KB |
Browse |
<!-- 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"]