Kevin Huck
Kevin Huck
see #1187
On the buildbot server, the distributed tcp runs work fine but the MPI runs don't. See http://omega.nic.uoregon.edu:8020/#/builders/5/builds/166/steps/16/logs/stdio for details. This is openmpi 3.1.1 and gcc 7.3 on linux x86_64. Here's...
The `tests.unit.plugins.dist_matrixops.distributed.tcp.dist_cannon_product_9_loc` test "randomly" crashes. To reproduce, run the test in a script like this (it will eventually crash): ```bash #!/bin/bash -e ulimit -c unlimited for i in {1..100} ;...
See: http://omega.nic.uoregon.edu:8020/#/builders/2/builds/80/steps/16/logs/stdio There are a number of tests that fail with the exception: ```console {what}: Vector sizes do not match: HPX(unhandled_exception) 135: 135: terminate called after throwing an instance of...
Building phylanx on OSX with macports installed Clang 9.0 gives this build error: ``` [ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compile.cpp.o In file included from /Users/khuck/src/phylanx/src/execution_tree/compile.cpp:9: In file included from /Users/khuck/src/phylanx/phylanx/execution_tree/compile.hpp:12:...
Two different tests fail to link with gcc 7: see http://omega.nic.uoregon.edu:8020/#/builders/5/builds/24/steps/16/logs/stdio ``` CMakeFiles/remote_run_test_exe.dir/remote_run.cpp.o: In function `hpx::init(hpx::program_options::options_description const&, int, char**, hpx::runtime_mode)': /var/lib/buildbot/slaves/phylanx/x86_64-gcc7-debug/build/tools/buildbot/src/hpx/hpx/hpx_init_impl.hpp:174: undefined reference to `hpx_main(boost::program_options::variables_map&)' CMakeFiles/remote_run_test_exe.dir/remote_run.cpp.o: In function `hpx::init(int, char**,...
Here's the backtrace from gdb: ``` (gdb) bt #0 __cxxabiv1::__cxa_throw (obj=obj@entry=0x120a3e0, tinfo=0x7ffff38bfa48 , dest=0x7ffff35ef200 ) at ../../../../gcc-7.1.0/libstdc++-v3/libsupc++/eh_throw.cc:75 #1 0x00007ffff795f1ba in Column (matrix=..., this=) at /var/lib/buildbot/slaves/phylanx/x86_64-gcc7-relwithdebinfo/build/tools/buildbot/src/blaze-head/blaze/math/views/column/Dense.h:2792 #2 column (index=, matrix=) at...
The test fails with this error: ``` Command line: /home/users/khuck/src/phylanx/tools/buildbot/build-centaur-ppc64le-Linux-clang/phylanx-RelWithDebInfo/bin/clip_test --hpx:threads=1 --hpx:localities=1 [New Thread 0x3fffadf6f010 (LWP 86778)] [New Thread 0x3fffad75f010 (LWP 86779)] [New Thread 0x3fffacf4f010 (LWP 86780)] [New Thread 0x3fff9ffff010...
Here's the backtrace from gdb: ``` [Switching to Thread 0x7fffe6da8700 (LWP 51454)] Catchpoint 1 (exception thrown), __cxxabiv1::__cxa_throw (obj=obj@entry=0x11da740, tinfo=0x7ffff38bfa48 , dest=0x7ffff35ef200 ) at ../../../../gcc-7.1.0/libstdc++-v3/libsupc++/eh_throw.cc:75 75 ../../../../gcc-7.1.0/libstdc++-v3/libsupc++/eh_throw.cc: No such file or...
Many tests failing on POWER8. For example: ``` 8 - tests.regressions.execution_tree.assign_wrong_variable_245 (Failed) 30 - tests.regressions.python.python.522_multidimension_np_arrays (Timeout) 34 - tests.regressions.python.python.635_arange_args (Failed) 35 - tests.regressions.python.python.636_boolean_array (Failed) 58 - tests.unit.algorithm.simple_lra (Failed) 69 -...