Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
COMPSs1
Submitter
Archit Dabral1
Team
COMPSs Tutorials1
Space
eFlows4HPC1
1
Workflow visible to you, out of a total of 1
Monte Carlo Pi Estimation Program Description
This program is a Monte Carlo simulation designed to estimate the value of Pi using PyCOMPSs.
Tasks in the Program
- Count Points in Circle Task (
count_points_in_circle
):
- Generates random points within a square with side length 1.
- Counts points falling within the inscribed circle (x^2 + y^2 <= 1).
- Input: Number of points to generate (num_points)
- Output: Tuple containing count of points within the circle and list of generated ...