Skip to content

Commit

Permalink
Update to version 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Leroy Jenkins committed Nov 12, 2021
1 parent db2a499 commit e595df7
Show file tree
Hide file tree
Showing 214 changed files with 216 additions and 216 deletions.
2 changes: 1 addition & 1 deletion builders/buildlocal
Expand Up @@ -115,7 +115,7 @@ EOT
}

show_version() {
echo "COMPSs version 2.9.rc2111"
echo "COMPSs version 2.10"
echo " "
}

Expand Down
2 changes: 1 addition & 1 deletion builders/buildpackages
@@ -1,6 +1,6 @@
#!/bin/bash -e

COMPSs_version=2.9.rc2111
COMPSs_version=2.10

echo " "
echo "# Building COMPSs packages..."
Expand Down
4 changes: 2 additions & 2 deletions builders/specs/sc/README
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_2.9.rc2111.tar.gz
$ tar -xvf COMPSs_2.10.tar.gz

2.- Execute the installation script
$ cd COMPSs_2.9.rc2111/; ./install <targetDir> [queues_cfg]
$ cd COMPSs_2.10/; ./install <targetDir> [queues_cfg]


Dependencies
Expand Down
2 changes: 1 addition & 1 deletion compss/agent/commons/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-agent</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/agent/implementation/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-agent</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/agent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-framework</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-trunk</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-pm</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/bindings/python/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-pm</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/bindings/python/setup.py
Expand Up @@ -102,7 +102,7 @@ def find_packages(path='./src'):
setup(
# Metadata
name='pycompss',
version='2.9.rc2111',
version='2.10',
description='Python Binding for COMP Superscalar Runtime',
long_description=open('README.txt').read(),
author='Workflows and Distributed Computing Group (WDC) - Barcelona Supercomputing Center (BSC)',
Expand Down
2 changes: 1 addition & 1 deletion compss/programming_model/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-framework</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/commons/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/CommAgent/worker/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-comm</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/commons/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/RESTagent/worker/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-agent-rest</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/agent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/commons/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/engine/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/execution/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gat</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/gat/worker/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-gat</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/http/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-http</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/http/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/local/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-local</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/local/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/commons/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/nio/worker/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-nio</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/ws/master/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors-ws</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/adaptors/ws/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-adaptors</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/commons/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/config/xml/monitor/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-xml-schemas</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/config/xml/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/config/xml/projects/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-xml-schemas</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/config/xml/resources/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-xml-schemas</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compss/runtime/engine/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>es.bsc.compss</groupId>
<artifactId>compss-runtime</artifactId>
<version>2.9.rc2111</version>
<version>2.10</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit e595df7

Please sign in to comment.