Hi Juan,
From the following line at the beginning of your report it seems that the problem is not with GeneRax, but with your Open MPI library:
[Juan:38858] mca_base_component_repository_open: unable to open mca_btl_openib: librdmacm.so.1: cannot open shared object file: No such file or directory (ignored)
To test it, could you please reinstall GeneRax without MPI support, run the analysis once again and describe what happens?
To this end, change the 3rd line in ./install.sh script in the GeneRax directory to
cmake -DDISABLE_MPI=ON ..
and run the modified ./install.sh script. This will make your installation not to rely on the MPI libraries.
Please, write back about the results.
Best,
Stefan