Hartmut Kaiser
Hartmut Kaiser
> I also only simulated it by setting `CCP_NODES` to `2 ILUINRANDIR 8 ILUIN-DELTA3 4` where `ILUINRANDIR` and `ILUIN-DELTA3` are the `COMPUTERNAME` env variable of the two devices I used....
Could it be that the hostnames are resolved to ipv4 in one place and ipv6 in another place? The only reason why the release build works, and the debug build...
@gonidelis yes, this looks like a bug.
@gonidelis any luck with resolving this issue?
@hcq9102 things should be fine now. Please note that I also have rebased this branch onto master.
@diehlpk could you please check whether the HPX preprocessor constant `HPX_HAVE_GPUBLAS` is defined (should be in `hpx/config/defines.hpp`)?
@diehlpk could it be that you have to add the `CUDA::cublas` target to the octotiger executable target? HPX does not depend on cuBLAS, so it doesn't propagate any dependencies for...
> > HPX does not depend on cuBLAS, so it doesn't propagate any dependencies for it. > > @hkaiser I would assume that HPX propagates the dependency if HPX includes...
@msimberg I think the issue is that the HPX CUDA scripts do find cuBLAS, but this is not propagated to dependent projects.
John, the barrier (local and distributed) API by design requires for all parties to join before any party can join a second time (barrier-epoches shouldn't overlap). The user code is...