Patrick Diehl
Patrick Diehl
## Expected Behavior Blaze and HPX should work ## Actual Behavior We got many issues with deprecated namespaces for the executors and for_loop. ## Steps to Reproduce the Problem ......
## Expected Behavior Examples should run. ## Actual Behavior Examples crash with ``` diehlpk@Patricks-MacBook-Air build % ./bin/fibonacci {config}: Core library: HPX_AGAS_LOCAL_CACHE_SIZE=4096 HPX_HAVE_MALLOC=system HPX_PARCEL_MAX_CONNECTIONS=512 HPX_PARCEL_MAX_CONNECTIONS_PER_LOCALITY=4 HPX_PREFIX (configured)= HPX_PREFIX= HPX_FILESYSTEM_WITH_BOOST_FILESYSTEM_COMPATIBILITY=OFF HPX_ITERATOR_SUPPORT_WITH_BOOST_ITERATOR_TRAVERSAL_TAG_COMPATIBILITY=OFF HPX_PROGRAM_OPTIONS_WITH_BOOST_PROGRAM_OPTIONS_COMPATIBILITY=OFF...
## Expected Behavior Octo-Tiger should compile as before ## Actual Behavior it seems that cublas_v2.h is not found, even if the header is in the path. ``` /pscratch/sd/d/diehlpk/OctoTigerBuildChain/src/octotiger-kokkos/src/unitiger/hydro_impl/hydro_cuda_interface.cpp:1:9: warning: #pragma...
## Expected Behavior Same version as executed on September 21 should result in similar timings as in February 22. ## Actual Behavior HPX is four times slower ## Steps to...
I could not install boos using clang 11, since b2 could not be compiled https://github.com/bfgroup/b2/issues/90
Recently, some author had a different title and list of authors for the Zenodo archive. They were not aware how to change that, and we had to provide these details....
Hi, is there any effort to provide a rpm package next to the deb package? Best, Patrick
``` import bp bp.function() ``` Results in the following error ``` NotImplementedError: Phylanx does not support non-NumPy member functions.Cannot transform: bp.bp_cpu ``` The NumPy mention is misleading here. Can we...
I was wondering if we can get this example to work in a near future ``` from phylanx import Phylanx class test: n = 0 @Phylanx def __init__(self,n): self.n =...
## Expected Behavior The [code](https://github.com/ModernCPPBook/Examples/blob/main/hpx/taylor_hpx_future_coroutine.cpp) should compile with both clang and gcc. ## Actual Behavior However, using gcc results in this error ``` /home/diehlpk/git/book/Examples/hpx/taylor_hpx_future_coroutine.cpp: In function ‘hpx::future run(size_t, size_t, double)’:...