GeoscienceAustralia / anuga_core

AnuGA for the simulation of the shallow water equation
https://anuga.anu.edu.au
Other
191 stars 93 forks source link

Installation issue: Anuga_parallel with Intel MPI #248

Closed samcom12 closed 2 years ago

samcom12 commented 3 years ago

I tried installing Anuga in parallel with Intel MPI. In the documentation, we have used either openmpi or mpich2. Running tests with Intel MPI fails with signal 9 always. Any plan for supporting Intel MPI?

with command-

_export ANUGAPARALLEL="openmpi"

Shall I use _export ANUGAPARALLEL="intelmpi" ?

stoiver commented 3 years ago

@samcom12 there is a python 3.8 version of anuga. Available as branch anuga_py3. That uses mpi4py. So you should be able to get mpi4py to install using Intel and python 3.8

By the way, the environment variable ANUGA_PARALLEL is only used when testing anuga under travis CI. If you install mpi and then pypar (if using python 2 version of anuga) or mpi4py (for python 3 version of anuga) then you should be fine to run.

samcom12 commented 3 years ago

@stoiver Thanks for your input. I have tried the anuga_py3 branch and I could run it properly. I think we need a proper installation document for the same.

dark957 commented 2 years ago

hello I want to know where can I download anuga_py3

stoiver commented 2 years ago

@dark957 we have just setup the default main branch to be the python 3 version of anuga (and this needs mpi4py which should be available).

dark957 commented 2 years ago

Dear Stephen Roberts:       I am a PhD student of  Hohai university, Nanjing, China. When I tested "python runtests.py", there came the errors as figures showed. I wish you could guide me how to deal with it. Sincerely. Yao Du

------------------ 原始邮件 ------------------ 发件人: "GeoscienceAustralia/anuga_core" @.>; 发送时间: 2021年10月12日(星期二) 下午3:14 @.>; 抄送: "BLACK @.**@.>; 主题: Re: [GeoscienceAustralia/anuga_core] Installation issue: Anuga_parallel with Intel MPI (#248)

@dark957 we have just setup the default main branch to be the python 3 version of anuga (and this needs mpi4py which should be available).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

stoiver commented 2 years ago

@dark957 I can't see your error message.