NetRAX icon indicating copy to clipboard operation
NetRAX copied to clipboard

Run-time error: help needed

Open yufengwudcs opened this issue 2 years ago • 3 comments

I am trying to run NetRAX on simple example data posted in your website: https://github.com/lutteropp/NetRAX/files/6986406/datasets_phylinc_exp_smaller.zip. Installation seems to go smoothly. However, when I try to run like:

mpiexec ./netrax --msa 0_0_msa.txt.fasta --model 0_0_partitions.txt --start_network example_start_trees.raxml.startTree.single --output my_inferred_network.txt --seed 42

example_start_trees.raxml.startTree.single contains a single tree: (8:0.100000,(11:0.100000,(19:0.100000,10:0.100000):0.100000):0.100000,(16:0.100000,(14:0.100000,(( 13:0.100000,17:0.100000):0.100000,(20:0.100000,21:0.100000):0.100000):0.100000):0.100000):0.100000 );

Then I got a long error message. I have tried a number of things: reinstall, install without MPI flag, etc. But I just keep getting error messages like the following. Can you let me know what I should do to make it work?


[[17198,1],6]: A high-performance Open MPI point-to-point messaging module was unable to find any relevant network interfaces:

Module: OpenFabrics (openib) Host: xxxx

Another transport will be used instead, although this may result in lower performance.

NOTE: You can disable this warning by setting the MCA parameter btl_base_warn_component_unused to 0.

terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at [xxx:14621] *** Process received signal *** [xxx:14621] Signal: Aborted (6) [xxx:14621] Signal code: (-6) [xxx:14621] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7fbfa43c5980] [xxx:14621] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7fbfa2f35e87] [xxx:14622] *** Process received signal *** [xxx:14622] Signal: Aborted (6) [xxx:14622] Signal code: (-6) [xxx:14622] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7fdd22456980] [xxx:14622] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7fdd20fc6e87] [xxx:14622] [xxx:14623] *** Process received signal *** [xxx:14623] Signal: Aborted (6) [xxx:14623] Signal code: (-6) [xxx:14623] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7ff041b5d980] [xxx:14623] [ 1] [xxx:14632] *** Process received signal *** [xxx:14632] Signal: Aborted (6) [xxx:14632] Signal code: (-6)

yufengwudcs avatar Feb 16 '23 20:02 yufengwudcs