Open xyzxyz-321 opened 4 years ago
Maybe your IMPACT version is not compatible with the rocstar you try to install.
Maybe your IMPACT version is not compatible with the rocstar you try to install.
@Wangduu @xyzxyz-321 . Hello, I also met some problems when running make -j$(nproc). Some error happened when built target Rocflu:
[ 94%] Linking CXX executable ../../bin/rflumap
[ 94%] Linking CXX executable ../../bin/rflupart
[ 94%] Linking CXX executable ../../bin/rfluinit
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_initialized_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpireduce'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_wait_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpi_commsize'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_send_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpibarrier'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_allreduce_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpi_attrget'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_abort_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpiisend'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_comm_rank_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpirecv'
/usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to mpi_bcast_' /usr/bin/ld: ../../lib/libRocflu.so.5.0.2: undefined reference to
mpifinalize'
collect2: error: ld returned 1 exit status
Have you ever met the problem?
@xyzxyz-321 Please check your installation of IMPACT and update it if necessary. The missing header was a recent addition.
@Wangduu @agondolo Thank you so much for your reply, I will try again
@aerospaceDoDo Hello, I am not very clear about your problem, and my problem seems to be more serious than yours because I only progressed to 5%.
@aerospaceDoDo I'm also meet this problem, did you deal it?
Dear author, hello, I am trying to compile and install rocstar, but it fails when running make -j$(nproc),the build will stop when it reaches 5%.
The error prompt files are listed below. Is there any solution? thank you for your guidance. CMakeError.log CMakeOutput.log