Skip to content

Commit

Permalink
Update to version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leroy Jenkins committed May 17, 2023
1 parent cca3913 commit 3294f29
Show file tree
Hide file tree
Showing 240 changed files with 244 additions and 244 deletions.
2 changes: 1 addition & 1 deletion builders/buildlocal
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ EOT
}

show_version() {
echo "COMPSs version 3.1.rc2305"
echo "COMPSs version 3.2"
echo " "
}

Expand Down
2 changes: 1 addition & 1 deletion builders/buildpackages
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

COMPSs_version=3.1.rc2305
COMPSs_version=3.2

echo " "
echo "# Building COMPSs packages..."
Expand Down
4 changes: 2 additions & 2 deletions builders/specs/sc/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ COMPSs documentation can be found at http://compss.bsc.es or at the Doc/ folder
Installation
------------
1.- Unzip the package
$ tar -xvf COMPSs_3.1.rc2305.tar.gz
$ tar -xvf COMPSs_3.2.tar.gz

2.- Execute the installation script
$ cd COMPSs_3.1.rc2305/; ./install <targetDir> [queues_cfg]
$ cd COMPSs_3.2/; ./install <targetDir> [queues_cfg]


Dependencies
Expand Down
2 changes: 1 addition & 1 deletion compss/agent/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-agent</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/agent/implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-agent</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-framework</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-trunk</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-pm</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/bindings/python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-pm</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions compss/programming_model/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def find_packages(path="./src"):
setup(
# Metadata
name="pycompss",
version="3.1.rc2305",
version="3.2",
description="Python Binding for COMP Superscalar Runtime",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -170,7 +170,7 @@ def find_packages(path="./src"):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.1.rc23050",
"Programming Language :: Python :: 3.20",
"Programming Language :: Python :: 3 :: Only",
"Topic :: System :: Distributed Computing",
],
Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-framework</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gat</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gat</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gos/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gos</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gos/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gos</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/http/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-http</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/local/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-local</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/checkpointer/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-checkpointer</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/checkpointer/finished_tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-checkpointer</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/checkpointer/instantiated_group/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-checkpointer</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/checkpointer/no_checkpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-checkpointer</artifactId>
<version>3.1.rc2305</version>
<version>3.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 3294f29

Please sign in to comment.