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

anuga parallel reducing Geospatial data reading timing #120

Closed
TejaswiRJadhav opened this issue Feb 2, 2017 · 13 comments
Closed

anuga parallel reducing Geospatial data reading timing #120

TejaswiRJadhav opened this issue Feb 2, 2017 · 13 comments

Comments

@TejaswiRJadhav
Copy link

Hello
I am using anuga in my project for model simulation and successfully run my data in serial and parallel(4 cores) but when I am comparing result output timings
using DEM and creating domain by anuga.create_domain_from_regions

Geospatial_data: Reading block taking 24 mins in serial and 36 mins in parallel(4 cores)

why that much difference is there and what is the actual process while reading Geospatial data.
I checked code in anuga directory geospatial_data.py

can anyone help how to reduce data reading time in parallel.

Regards,
Tejaswi

@stoiver
Copy link
Member

stoiver commented Feb 2, 2017 via email

@stoiver
Copy link
Member

stoiver commented Feb 2, 2017 via email

@TejaswiRJadhav
Copy link
Author

TejaswiRJadhav commented Feb 3, 2017

Hi Steve
giving .dem as a input worked for me, but why the process takes extra time while we give input as a pts and I am using bash on windows 10, analyse by task manager
one more question as now I understood alpha is for surface smoothness what are the parameters we pass alpha =0.1 what it means and how we decide what to pass there

Thanks

Tejaswi

@stoiver
Copy link
Member

stoiver commented Feb 3, 2017 via email

@TejaswiRJadhav
Copy link
Author

Hi Steve
Thanks, I understood why serial takes lesser time than parallel and one more question can I install anuga on CentOS and if I want to install what changes I have to do.

Regards,
Tejaswi

@stoiver
Copy link
Member

stoiver commented Feb 25, 2017 via email

@TejaswiRJadhav
Copy link
Author

Thanks Steve.... I'll try and ill post back is there any other errors....

@TejaswiRJadhav
Copy link
Author

TejaswiRJadhav commented Jun 12, 2017

Hello Steve
I installed anuga on centos using following commands
export ANUGA_PARALLEL="openmpi"
python setup.py build_ext --inplace
python setup.py install
python runtests.py
But while running parallel program its executing serially.

What changes I have to do for parallel installation?
I run test_all.py skipping parallel package.

Regards,
Tejaswi

@stoiver
Copy link
Member

stoiver commented Jun 12, 2017 via email

@TejaswiRJadhav
Copy link
Author

Thank you. I installed successfully but running parallel program getting following error

-bash-4.1$ mpirun -np 4 python run_parallel_sw_merimbula.py
Attempting to use an MPI routine before initializing MPI

@stoiver
Copy link
Member

stoiver commented Jun 13, 2017 via email

@TejaswiRJadhav
Copy link
Author

TejaswiRJadhav commented Jun 14, 2017

Hi Steve
Thanks. I installed anuga successfully on centos.

@stoiver
Copy link
Member

stoiver commented Jun 15, 2017 via email

@stoiver stoiver closed this as completed Sep 14, 2017
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