There is something odd here. From the configure.m4 of patcher/overwrite
#if !defined(__i386__) && !defined(__x86_64__) && !defined(__PPC__) #error "platform not supported" #endif My guess is that should fail on your arch. Can you please compress and post your config.log ? Meanwhile, you can try using these two extra configure options configure --disable-dlopen --enable-mca-no-build=patcher-overwrite ... Cheers, Gilles Benjamin Brock <br...@cs.berkeley.edu> wrote: >> try removing the --target option. > >With the configure line > >./configure --host=riscv64-unknown-linux --enable-static --disable-shared >--prefix=/home/ubuntu/src/ben-build/openmpi > > >It successfully configures, but I now get the error > >/home/xiii/Downloads/openmpi-3.0.0/opal/.libs/libopen-pal.a(patcher_overwrite_module.o): > In function `mca_patcher_overwrite_patch_address': >patcher_overwrite_module.c:(.text+0x89): undefined reference to >`mca_patcher_overwrite_apply_patch' >collect2: error: ld returned 1 exit status >Makefile:1844: recipe for target 'orte-clean' failed > > >When trying to compile. > >Ben >
_______________________________________________ users mailing list users@lists.open-mpi.org https://lists.open-mpi.org/mailman/listinfo/users