Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the 'dbscan' in mpi_args? #1

Open
shanpinliu opened this issue Oct 9, 2023 · 2 comments
Open

What's the 'dbscan' in mpi_args? #1

shanpinliu opened this issue Oct 9, 2023 · 2 comments

Comments

@shanpinliu
Copy link

shanpinliu commented Oct 9, 2023

Hello!
I got interested to reproduce the workflows, but it stop at the subprocess in functions of clusterZ() and runSubProcess().
The mpi_args, [ "dbscan", "-i", "-b", "-m", "-e", "-o" ], are unrecognizable on my PC, see outputs:

**>>>/usr/bin/dbscan-bin: invalid option -- 'i'

dbscan - scan a db file and dump the contents common options: -f specify db file, -R dump as raw data, ...**

I guess the 'dbscan' is a density-based-spatial-clustering module, but I cannot find any pipe importing it. My computer took it as a database scanning tool. Then, the other mpi_args were unmatched with the scanning tool, and dbscan aborted unexpectedly.
So, what's the 'dbscan', how to fix it?

Thanks in advance,
Best,
Shanpin

@tristan-salles
Copy link
Member

Hi,

Have look at the following:
https://github.com/Geodels/plateInputs

You will need to install:

  1. PnetCDF
  2. and then Parallel dbscan

Best
Tristan

@shanpinliu
Copy link
Author

Hi Tristan,

Thanks for your response.

It took a few days to build the OpenMPI, PnetCDF, Boost and PnetCDF. Conflicts between the apps are the biggest challenge.
I can run the Parallel-DBSCAN now!

Best Regards
Shanpin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants