v-hill / parallel-delaunay

Parallel implementation of Guibas & Stolfi's divide-and-conquer algorithm for Delaunay triangulation, using MPI in Python.
MIT License
13 stars 2 forks source link

Run the script #2

Open AdrianaLecourieux opened 1 year ago

AdrianaLecourieux commented 1 year ago

Hi,

I would like to run your delaunay triangulation script with parallelization. Could you tell me how can I do that ? What is the input commande line ?

Thanks by advance,

Adriana

v-hill commented 1 year ago

Hi, Please follow the steps in the setup here to create a python environment with all of the required packages https://github.com/v-hill/delaunay-triangulation#setup. Or just pip install the packages in the dependencies section of the environment.yml. To run the triangulation script with parallelization there is a triangulation_mpi_test.py file in the src folder. The instructions to run it are at the top of the file here .

AdrianaLecourieux commented 1 year ago

Hi, Thanks for the answer. But I don't see what is the input format needed. I have an image as input. So which command have I to use for run the script ?