Workflow Type: COMPSs
Open
Stable
Name: Incrementation and Fibonacci
Access Level: public
License Agreement: Apache2
Platform: COMPSs
Description
Brief Overview: Demonstrates COMPSs task parallelism with increment and Fibonacci computations. Helps to understand COMPSs.
Detailed Description:
- Performs multiple increments of input values in parallel using COMPSs.
- Concurrently calculates Fibonacci numbers using recursive COMPSs tasks.
- Demonstrates task synchronization via
compss_wait_on
.
Execution instructions
Usage:
runcompss src/increment_fibonacci.py value1 Value2 Value3
#add more values if you want
Execution Examples
runcompss src/increment_fibonacci.py 1 4 3 9 6 9
Build
No build is required
Click and drag the diagram to pan, double click or use the controls to zoom.
Version History
COMPSs version 3.3 (earliest) Created 19th Apr 2024 at 09:57 by Ashish Bhawel
No revision comments
Open
master
1967b7f
Creators and Submitter
Creators
Additional credit
Uploading this Workflow under the guidance of Raül Sirvent.
Submitter
License
Activity
Views: 756 Downloads: 155
Created: 19th Apr 2024 at 09:57
Last updated: 21st Apr 2024 at 16:20
Annotated Properties
Attributions
None