-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.wci.yml
More file actions
47 lines (39 loc) · 2.17 KB
/
.wci.yml
File metadata and controls
47 lines (39 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Name with capital letters (in github is in lower-case)
name: PyCOMPSs/COMPSs # will use GitHub repository name if not provided
# Take the github logo
# icon: <url_to_workflow_system_logo> # will use GitHub organization icon if not provided
headline: Easy task-based parallelization and efficient execution in distributed infrastructures. # will use GitHub repository description if not provided
description: COMP Superscalar (COMPSs) is a task-based programming model which aims to ease the development of applications for distributed infrastructures, such as large High-Performance Clusters (HPC), Clouds and Container managed clusters. PyCOMPSs is the Python binding of COMPSs.<br> COMPSs provides a programming interface for the development of the applications in Python/Java/C/C++, a runtime system that exploits the inherent parallelism of applications at execution time, and a rich ecosystem for the operation monitoring, performance evaluation and integration with Jupyter/Jupyterlab. # will use GitHub repository description if not provided
language: # will attempt to fetch GitHub repository main language if not provided
- Python
- Java
- C/C++
- R
# Take automatically the latest release
# release: # will attempt to fetch latest release from GitHub repository if not provided
# version: <release_name>
# date: <release_date> # format: YYYY-MM-DD
# url: <release_url>
documentation: # nothing will be used if not provided
general: https://compss-doc.readthedocs.io/en/stable/
installation: https://compss-doc.readthedocs.io/en/stable/Sections/01_Installation_Configuration.html
tutorial: https://compss-doc.readthedocs.io/en/stable/Sections/08_Tutorial.html
social: # nothing will be used if not provided
twitter: bsc_compss
youtube: https://www.youtube.com/channel/UCxx5hojMjCNqKRJclMaJbHQ
execution_environment: # nothing will be used if not provided
interfaces: # list of interfaces
- Local
- High Performance Cluster (HPC)
- Clouds
- Docker
- Mesos
resource_managers: # list of supported resource managers
- SLURM
- PBS
- LSF
- SGE
- TCS
transfer_protocols: # list of supported transfer protocols
- NIO
- SCP