naoyam / physis

High-level framework for stencil computations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inter_proc_comm_mpi.cc not found

zhoujuncc1 opened this issue · comments

When I build with MPI-CUDA mode, it shows error:

CMake Error at /home/ec2-user/share/cmake-2.8/Modules/FindCUDA.cmake:1441 (add_library):
  Cannot find source file:
    inter_proc_comm_mpi.cc
Call Stack (most recent call first):
  runtime/CMakeLists.txt:74 (cuda_add_library)

In runtime, there is no file called inter_proc_comm_mpi.cc

Thanks for reporting the error. Unfortunately, the MPI-CUDA backend is broken now, and I've been working on fixing it. I expect it'll be done within a week or so.

Thanks for the prompt reply. I'm looking forward to the good news.

Best Regards,
ZHOU Jun

On Fri, Jan 2, 2015 at 3:55 PM, Naoya Maruyama notifications@github.com
wrote:

Thanks for reporting the error. Unfortunately, the MPI-CUDA backend is
broken now, and I've been working on fixing it. I expect it'll be done
within a week or so.


Reply to this email directly or view it on GitHub
#10 (comment).

How is the progress now?
Thanks.

Taking longer than expected, but some of the features should now work. You
can take a look at branch feature/mpi-cuda-fix for the latest development.
Depending on your interest, this branch may work for you.

On Thu, Jan 15, 2015 at 11:33 AM, Zhou Jun notifications@github.com wrote:

How is the progress now?
Thanks.


Reply to this email directly or view it on GitHub
#10 (comment).

This is now closed in the develop branch.