[FLASH-USERS] Issues with LaserSlab Simulation

DIEGO ANDRÉS OPORTUS CIUDAD daoportus at uc.cl
Mon Jan 23 09:13:19 EST 2023


Hi all,
I'm trying to run the LaserSlab simulation according to the user manual, i.e the setup line I'm using is

./setup -auto LaserSlab -2d +cylindrical -nxb=16 -nyb=16 +hdf5typeio \
species=cham,targ +mtmmmt +laser +uhd3t +mgd mgd_meshgroups=6 \
-parfile=example.par

The setup is ok, but when I run the make in cd object I get the following error (this is not the whole message, just the part I think matters)

/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): warning: relocation against `ompi_mpi_op_sum' in read-only section `.text'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRCreateGSElimData':
par_mgr.c:(.text+0x3ec): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRDestroyGSElimData':
par_mgr.c:(.text+0x4e0): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRCreateFrelaxVcycleData':
par_mgr.c:(.text+0x543): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRDestroyFrelaxVcycleData':
par_mgr.c:(.text+0x828): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRBuildPHost':
par_mgr.c:(.text+0x20f9): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRBuildP':
par_mgr.c:(.text+0x23a8): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRBuildPDRS':
par_mgr.c:(.text+0x3087): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRGetAcfCPR':
par_mgr.c:(.text+0x3f42): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mgr.c:(.text+0x3fd3): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_BlockDiagInvLapack':
par_mgr.c:(.text+0x606b): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_ParCSRMatrixBlockDiagMatrix':
par_mgr.c:(.text+0x6bcc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mgr.c:(.text+0x6bee): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRGetSubBlock':
par_mgr.c:(.text+0x86f7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr.o): in function `hypre_MGRBuildInterpApproximateInverse':
par_mgr.c:(.text+0x9633): undefined reference to `ompi_mpi_int'
/usr/bin/ld: io_h5file_interface.o: in function `io_h5init_file_':
/home/daoportus/FLASH4.7/object/io_h5file_interface.c:165: undefined reference to `H5Pset_fapl_mpio'
/usr/bin/ld: io_h5file_interface.o: in function `io_h5open_file_for_read_':
/home/daoportus/FLASH4.7/object/io_h5file_interface.c:273: undefined reference to `H5Pset_fapl_mpio'
/usr/bin/ld: io_h5read_unknowns.o: in function `io_h5read_unknowns_':
/home/daoportus/FLASH4.7/object/io_h5read_unknowns.c:54: undefined reference to `H5Pset_dxpl_mpio'
/usr/bin/ld: io_h5write_unknowns.o: in function `io_h5write_unknowns_':
/home/daoportus/FLASH4.7/object/io_h5write_unknowns.c:162: undefined reference to `H5Pset_dxpl_mpio'
/usr/bin/ld: io_h5write_unknowns_sp.o: in function `io_h5write_unknowns_sp_':
/home/daoportus/FLASH4.7/object/io_h5write_unknowns_sp.c:243: undefined reference to `H5Pset_dxpl_mpio'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(amg_hybrid.o): in function `hypre_AMGHybridGetSetupSolveTime':
amg_hybrid.c:(.text+0x1bbf): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: amg_hybrid.c:(.text+0x1bc6): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_amg.o): in function `hypre_BoomerAMGDestroy':
par_amg.c:(.text+0x820): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_amg.o): in function `hypre_BoomerAMGCreate':
par_amg.c:(.text+0x3fd8): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_gauss_elim.o): in function `hypre_GaussElimSetup':
par_gauss_elim.c:(.text+0x161): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_gauss_elim.c:(.text+0x2fd): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_gauss_elim.o): in function `hypre_GaussElimSolve':
par_gauss_elim.c:(.text+0x8a2): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_gauss_elim.c:(.text+0x8e3): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mgr_setup.o): in function `hypre_MGRSetupFrelaxVcycleData':
par_mgr_setup.c:(.text+0x5dc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_lr_interp.o): in function `hypre_BoomerAMGBuildModExtInterpHost':
par_mod_lr_interp.c:(.text+0x204): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_lr_interp.o): in function `hypre_BoomerAMGBuildModExtPIInterpHost':
par_mod_lr_interp.c:(.text+0x132f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_lr_interp.o): in function `hypre_BoomerAMGBuildModExtPEInterpHost':
par_mod_lr_interp.c:(.text+0x290f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_rap_communication.o): in function `hypre_GetCommPkgRTFromCommPkgA':
par_rap_communication.c:(.text+0x3e4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_rap_communication.o):par_rap_communication.c:(.text+0x67e): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_relax.o): in function `hypre_BoomerAMGRelax1GaussSeidel':
par_relax.c:(.text+0x5ec): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_relax.c:(.text+0x857): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_relax.o): in function `hypre_BoomerAMGRelax2GaussSeidel':
par_relax.c:(.text+0xc76): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_relax.c:(.text+0xf15): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_relax_more.o): in function `hypre_ParCSRMaxEigEstimateHost':
par_relax_more.c:(.text+0x2a7): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_relax_more.c:(.text+0x2b8): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_restr.o): in function `hypre_BoomerAMGBuildRestrAIR':
par_restr.c:(.text+0xa74): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_stats.o): in function `hypre_BoomerAMGSetupStats':
par_stats.c:(.text+0x39b): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_stats.c:(.text+0x4fa): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_stats.c:(.text+0xee6): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_stats.c:(.text+0x1031): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_strength.o): in function `hypre_BoomerAMGCreateSCommPkg':
par_strength.c:(.text+0x2c34): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_strength.c:(.text+0x2e00): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_strength.c:(.text+0x33c0): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_strength.o): in function `hypre_BoomerAMGCreate2ndSHost':
par_strength.c:(.text+0x354d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_fffc.o): in function `hypre_ParCSRMatrixGenerateFFFCHost':
gen_fffc.c:(.text+0x337): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_fffc.c:(.text+0x35e): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_fffc.o): in function `hypre_ParCSRMatrixGenerateFFFC3':
gen_fffc.c:(.text+0x15ac): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_fffc.c:(.text+0x15c3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: gen_fffc.c:(.text+0x1623): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_fffc.o): in function `hypre_ParCSRMatrixGenerateFFFCD3':
gen_fffc.c:(.text+0x29d4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_fffc.c:(.text+0x29e8): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: gen_fffc.c:(.text+0x2a40): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_assumed_part.o): in function `hypre_LocateAssumedPartition':
par_csr_assumed_part.c:(.text+0x102): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_assumed_part.c:(.text+0x611): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_communication.o): in function `hypre_ParCSRCommHandleCreate_v2':
par_csr_communication.c:(.text+0x141): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x1c5): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x338): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x3b2): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x4b0): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x52a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x611): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x694): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x781): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x803): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_communication.c:(.text+0x8f1): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_communication.o):par_csr_communication.c:(.text+0x975): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_communication.o): in function `hypre_BuildCSRMatrixMPIDataType':
par_csr_communication.c:(.text+0x1ac0): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x1ad3): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_communication.o): in function `hypre_BuildCSRJDataType':
par_csr_communication.c:(.text+0x1b88): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_communication.c:(.text+0x1b97): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixGenSpanningTree':
par_csr_matop.c:(.text+0x290a): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matop.c:(.text+0x298f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixExtractSubmatrices':
par_csr_matop.c:(.text+0x3106): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixExtractRowSubmatrices':
par_csr_matop.c:(.text+0x3e59): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixFnorm':
par_csr_matop.c:(.text+0x90a2): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_matop.c:(.text+0x90b2): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixInfNorm':
par_csr_matop.c:(.text+0x9225): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_csr_matop.c:(.text+0x9234): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matop.o): in function `hypre_ParCSRMatrixExtractSubmatrixFC':
par_csr_matop.c:(.text+0xad47): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matop.c:(.text+0xb54a): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matop.c:(.text+0xb5c0): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o): in function `hypre_ParCSRMatrixSetNumNonzeros_core':
par_csr_matrix.c:(.text+0x870): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_matrix.c:(.text+0x877): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_matrix.c:(.text+0x8b3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_matrix.c:(.text+0x8ba): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o): in function `hypre_ParCSRMatrixSetNumRownnz':
par_csr_matrix.c:(.text+0x9b8): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_matrix.c:(.text+0x9c7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o): in function `hypre_CSRMatrixToParCSRMatrix':
par_csr_matrix.c:(.text+0x2243): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matrix.c:(.text+0x235e): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matrix.c:(.text+0x238c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o): in function `hypre_ParCSRMatrixToCSRMatrixAll':
par_csr_matrix.c:(.text+0x2d03): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o):par_csr_matrix.c:(.text+0x2f0a): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_matrix.o): in function `hypre_ParCSRMatrixToCSRMatrixAll':
par_csr_matrix.c:(.text+0x30bd): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_matrix.c:(.text+0x34a7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_csr_matrix.c:(.text+0x363f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_vector.o): in function `hypre_ParVectorInnerProd':
par_vector.c:(.text+0x902): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_vector.c:(.text+0x909): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_vector.o): in function `hypre_VectorToParVector':
par_vector.c:(.text+0xa01): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_vector.c:(.text+0xaa2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_vector.c:(.text+0xb33): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_vector.c:(.text+0xc33): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_vector.o): in function `hypre_ParVectorToVectorAll':
par_vector.c:(.text+0xfcc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_vector.c:(.text+0x11df): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_vector.c:(.text+0x14d0): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_vector_batched.o): in function `hypre_ParVectorMassInnerProd':
par_vector_batched.c:(.text+0x138): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_vector_batched.c:(.text+0x13f): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_vector_batched.o): in function `hypre_ParVectorMassDotpTwo':
par_vector_batched.c:(.text+0x276): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_vector_batched.c:(.text+0x27d): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_vector_batched.c:(.text+0x350): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_vector_batched.c:(.text+0x357): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_matrix.o): in function `hypre_ParCSRBlockMatrixSetNumNonzeros':
par_csr_block_matrix.c:(.text+0x2db): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_block_matrix.c:(.text+0x319): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_matrix.o): in function `hypre_ParCSRBlockMatrixSetDNumNonzeros':
par_csr_block_matrix.c:(.text+0x363): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_csr_block_matrix.c:(.text+0x3a4): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(HYPRE_sstruct_graph.o): in function `HYPRE_SStructGraphAssemble':
HYPRE_sstruct_graph.c:(.text+0x77f): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: HYPRE_sstruct_graph.c:(.text+0x786): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(sstruct_grid.o): in function `hypre_SStructGridAssembleBoxManagers':
sstruct_grid.c:(.text+0xd92): undefined reference to `ompi_mpi_int'
/usr/bin/ld: sstruct_grid.c:(.text+0xe21): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: sstruct_grid.c:(.text+0xe4e): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(box_manager.o): in function `hypre_BoxManGetGlobalIsGatherCalled':
box_manager.c:(.text+0x701): undefined reference to `ompi_mpi_op_lor'
/usr/bin/ld: box_manager.c:(.text+0x70b): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(box_manager.o): in function `hypre_BoxManAssemble':
box_manager.c:(.text+0x1911): undefined reference to `ompi_mpi_op_land'
/usr/bin/ld: box_manager.c:(.text+0x1918): undefined reference to `ompi_mpi_int'
/usr/bin/ld: box_manager.c:(.text+0x1f8c): undefined reference to `ompi_mpi_op_lor'
/usr/bin/ld: box_manager.c:(.text+0x1f93): undefined reference to `ompi_mpi_int'
/usr/bin/ld: box_manager.c:(.text+0x28f0): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: box_manager.c:(.text+0x28f7): undefined reference to `ompi_mpi_double'
/usr/bin/ld: box_manager.c:(.text+0x2c15): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: box_manager.c:(.text+0x2c1c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(struct_grid.o): in function `hypre_StructGridAssemble':
struct_grid.c:(.text+0x4e1): undefined reference to `ompi_mpi_int'
/usr/bin/ld: struct_grid.c:(.text+0x4fe): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: struct_grid.c:(.text+0x654): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: struct_grid.c:(.text+0xd12): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(struct_grid.o): in function `hypre_GatherAllBoxes':
struct_grid.c:(.text+0xdff): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(exchange_data.o): in function `hypre_DataExchangeList':
exchange_data.c:(.text+0x572): undefined reference to `ompi_mpi_byte'
/usr/bin/ld: exchange_data.c:(.text+0x613): undefined reference to `ompi_mpi_byte'
/usr/bin/ld: exchange_data.c:(.text+0x83f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: exchange_data.c:(.text+0x8a7): undefined reference to `ompi_mpi_byte'
/usr/bin/ld: exchange_data.c:(.text+0xb9f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: exchange_data.c:(.text+0xd65): undefined reference to `ompi_mpi_int'
/usr/bin/ld: exchange_data.c:(.text+0xd98): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(mpistubs.o): in function `hypre_MPI_Comm_f2c':
mpistubs.c:(.text+0x5): undefined reference to `MPI_Comm_f2c'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ams.obj): in function `hypre_AMSSetup':
ams.c:(.text+0x2d70): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: ams.c:(.text+0x2d77): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ams.obj): in function `hypre_AMSFEISetup':
ams.c:(.text+0x4d64): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ams.c:(.text+0x4db5): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: ams.c:(.text+0x4de7): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_amg_setup.obj): in function `hypre_BoomerAMGSetup':
par_amg_setup.c:(.text+0xaa5): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: par_amg_setup.c:(.text+0x1b43): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_amg_setup.c:(.text+0x3118): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu.obj): in function `hypre_ParCSRMatrixNormFro':
par_ilu.c:(.text+0x426a): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu.c:(.text+0x4276): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu.obj): in function `hypre_ParCSRMatrixResNormFro':
par_ilu.c:(.text+0x43d2): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu.c:(.text+0x43e5): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupMILU0':
par_ilu_setup.c:(.text+0xd85): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xda4): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe6d): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe79): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xf24): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x172f): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupILUK':
par_ilu_setup.c:(.text+0x3930): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0x3949): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x396d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0x3a6f): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0x3a7b): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x3b35): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x3c39): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupILUT':
par_ilu_setup.c:(.text+0x5326): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0x534d): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x546f): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0x5481): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x54ec): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0x5541): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x5f1c): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x626e): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupILU0RAS':
par_ilu_setup.c:(.text+0x8013): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0x802d): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x805b): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x810b): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0x8122): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x8173): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0x81c1): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0x83d6): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupILUKRAS.part.0':
par_ilu_setup.c:(.text+0xa4c3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa4d4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa501): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa512): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa5c2): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa5dc): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa630): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa685): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xa8b6): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetupILUTRAS':
par_ilu_setup.c:(.text+0xbcca): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbcef): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbd0b): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbdca): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbde3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbe47): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_ilu_setup.c:(.text+0xbe97): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xce03): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_ilu_setup.obj): in function `hypre_ILUSetup':
par_ilu_setup.c:(.text+0xdfb5): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xdfc1): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe2b8): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe2bf): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe3eb): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_ilu_setup.c:(.text+0xe3f2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(pfmg_setup.obj): in function `hypre_PFMGComputeDxyz':
pfmg_setup.c:(.text+0x320a): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: pfmg_setup.c:(.text+0x3453): undefined reference to `ompi_mpi_double'
/usr/bin/ld: pfmg_setup.c:(.text+0x3464): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: pfmg_setup.c:(.text+0x34a1): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(pfmg_setup_interp.obj): in function `hypre_PFMGSetupInterpOp':
pfmg_setup_interp.c:(.text+0x702a): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(struct_communication.obj): in function `hypre_InitializeCommunication':
struct_communication.c:(.text+0x2fe7): undefined reference to `ompi_mpi_byte'
/usr/bin/ld: struct_communication.c:(.text+0x31ce): undefined reference to `ompi_mpi_byte'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(struct_innerprod.obj): in function `hypre_StructInnerProd':
struct_innerprod.c:(.text+0x4ae): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: struct_innerprod.c:(.text+0x4b5): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(memory.obj): in function `_hypre_MAlloc':
memory.c:(.text+0x121): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(memory.obj): in function `hypre_MAlloc':
memory.c:(.text+0x36c): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(memory.obj): in function `hypre_CAlloc':
memory.c:(.text+0x446): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(memory.obj): in function `hypre_ReAlloc':
memory.c:(.text+0x579): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(memory.obj): in function `hypre_ReAlloc_v2':
memory.c:(.text+0x694): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(HYPRE_IJMatrix.o): in function `HYPRE_IJMatrixCreate':
HYPRE_IJMatrix.c:(.text+0x106): undefined reference to `ompi_mpi_int'
/usr/bin/ld: HYPRE_IJMatrix.c:(.text+0x120): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(HYPRE_IJVector.o): in function `HYPRE_IJVectorCreate':
HYPRE_IJVector.c:(.text+0xa4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: HYPRE_IJVector.c:(.text+0xb4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(IJMatrix_parcsr.o): in function `hypre_IJMatrixAssembleParCSR':
IJMatrix_parcsr.c:(.text+0x3f19): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: IJMatrix_parcsr.c:(.text+0x3f27): undefined reference to `ompi_mpi_int'
/usr/bin/ld: IJMatrix_parcsr.c:(.text+0x407f): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(IJVector_parcsr.o): in function `hypre_IJVectorAssemblePar':
IJVector_parcsr.c:(.text+0x1c43): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: IJVector_parcsr.c:(.text+0x1c4a): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Euclid_dh.o): in function `reduce_timings_private':
Euclid_dh.c:(.text+0x78): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: Euclid_dh.c:(.text+0x87): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Euclid_dh.o): in function `Euclid_dhSetup':
Euclid_dh.c:(.text+0x1b8c): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Euclid_dh.c:(.text+0x1b98): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ExternalRows_dh.o): in function `ExternalRows_dhRecvRows':
ExternalRows_dh.c:(.text+0x615): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ExternalRows_dh.c:(.text+0xaee): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ExternalRows_dh.c:(.text+0xb9a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ExternalRows_dh.o): in function `ExternalRows_dhSendRows':
ExternalRows_dh.c:(.text+0x1544): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ExternalRows_dh.c:(.text+0x161c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ExternalRows_dh.c:(.text+0x193e): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ExternalRows_dh.c:(.text+0x19ce): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `setup_receives_private.constprop.0':
Factor_dh.c:(.text+0x7d7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Factor_dh.c:(.text+0x816): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhCreate':
Factor_dh.c:(.text+0xaeb): undefined reference to `ompi_request_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhDestroy':
Factor_dh.c:(.text+0xdaa): undefined reference to `ompi_request_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhReadNz':
Factor_dh.c:(.text+0xede): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: Factor_dh.c:(.text+0xee8): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhSolveSetup':
Factor_dh.c:(.text+0x1a87): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Factor_dh.c:(.text+0x1e00): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Factor_dh.c:(.text+0x1e2a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhMaxPivotInverse':
Factor_dh.c:(.text+0x3abf): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: Factor_dh.c:(.text+0x3ac6): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhMaxValue':
Factor_dh.c:(.text+0x3be7): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: Factor_dh.c:(.text+0x3bee): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Factor_dh.o): in function `Factor_dhCondEst':
Factor_dh.c:(.text+0x3dc7): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: Factor_dh.c:(.text+0x3dce): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Mat_dh.o): in function `Mat_dhMatVecSetup':
Mat_dh.c:(.text+0x9d8): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Mat_dh.c:(.text+0xa7a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Mat_dh.c:(.text+0xbca): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Mat_dh.c:(.text+0xe99): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Mat_dh.c:(.text+0xf08): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Mat_dh.c:(.text+0xf4d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Mat_dh.o): in function `Mat_dhReadNz':
Mat_dh.c:(.text+0x1e0e): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: Mat_dh.c:(.text+0x1e18): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Mat_dh.o): in function `Mat_dhReduceTiming':
Mat_dh.c:(.text+0x1f49): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Mat_dh.c:(.text+0x1f69): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: Mat_dh.c:(.text+0x1f8e): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(SubdomainGraph_dh.o): in function `SubdomainGraph_dhExchangePerms':
SubdomainGraph_dh.c:(.text+0x1354): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(SubdomainGraph_dh.o): in function `SubdomainGraph_dhInit':
SubdomainGraph_dh.c:(.text+0x2718): undefined reference to `ompi_mpi_int'
/usr/bin/ld: SubdomainGraph_dh.c:(.text+0x2743): undefined reference to `ompi_mpi_int'
/usr/bin/ld: SubdomainGraph_dh.c:(.text+0x2cd5): undefined reference to `ompi_mpi_int'
/usr/bin/ld: SubdomainGraph_dh.c:(.text+0x2e42): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(SubdomainGraph_dh.o):SubdomainGraph_dh.c:(.text+0x2eae): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(TimeLog_dh.o): in function `TimeLog_dhPrint':
TimeLog_dh.c:(.text+0x41a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: TimeLog_dh.c:(.text+0x449): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: TimeLog_dh.c:(.text+0x47a): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(mat_dh_private.o): in function `partition_and_distribute_metis_private':
mat_dh_private.c:(.text+0x2098): undefined reference to `ompi_mpi_int'
/usr/bin/ld: mat_dh_private.c:(.text+0x20ab): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: mat_dh_private.c:(.text+0x2283): undefined reference to `ompi_mpi_double'
/usr/bin/ld: mat_dh_private.c:(.text+0x2450): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(mat_dh_private.o): in function `partition_and_distribute_private':
mat_dh_private.c:(.text+0x2cfa): undefined reference to `ompi_mpi_int'
/usr/bin/ld: mat_dh_private.c:(.text+0x2d0d): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: mat_dh_private.c:(.text+0x2f0a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: mat_dh_private.c:(.text+0x3110): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(HYPRE_DistributedMatrixPilutSolver.o): in function `HYPRE_DistributedMatrixPilutSolverSetup':
HYPRE_DistributedMatrixPilutSolver.c:(.text+0x5d2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(parilut.o): in function `hypre_ComputeCommInfo':
parilut.c:(.text+0x26a): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(parilut.o): in function `hypre_SendFactoredRows':
parilut.c:(.text+0xa97): undefined reference to `ompi_mpi_int'
/usr/bin/ld: parilut.c:(.text+0xaa7): undefined reference to `ompi_mpi_double'
/usr/bin/ld: parilut.c:(.text+0xc84): undefined reference to `ompi_mpi_int'
/usr/bin/ld: parilut.c:(.text+0xd9f): undefined reference to `ompi_mpi_double'
/usr/bin/ld: parilut.c:(.text+0xe03): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(serilut.o): in function `hypre_ExchangeStructuralUnions':
serilut.c:(.text+0x2f7): undefined reference to `ompi_mpi_op_lor'
/usr/bin/ld: serilut.c:(.text+0x302): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(trifactor.o): in function `hypre_LDUSolve':
trifactor.c:(.text+0x2e2): undefined reference to `ompi_mpi_double'
/usr/bin/ld: trifactor.c:(.text+0x3dd): undefined reference to `ompi_mpi_double'
/usr/bin/ld: trifactor.c:(.text+0x77a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: trifactor.c:(.text+0x876): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(trifactor.o): in function `hypre_SetUpFactor':
trifactor.c:(.text+0xcf2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: trifactor.c:(.text+0xf50): undefined reference to `ompi_mpi_int'
/usr/bin/ld: trifactor.c:(.text+0xfe2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: trifactor.c:(.text+0x125d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: trifactor.c:(.text+0x12e8): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(trifactor.o):trifactor.c:(.text+0x153e): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_redcs_mat.o): in function `hypre_seqAMGCycle':
gen_redcs_mat.c:(.text+0x367): undefined reference to `ompi_mpi_double'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x41c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x456): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_redcs_mat.o): in function `hypre_GenerateSubComm':
gen_redcs_mat.c:(.text+0x57d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x5c8): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x5e1): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x654): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(gen_redcs_mat.o): in function `hypre_seqAMGSetup':
gen_redcs_mat.c:(.text+0x960): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_redcs_mat.c:(.text+0xee1): undefined reference to `ompi_mpi_double'
/usr/bin/ld: gen_redcs_mat.c:(.text+0xf67): undefined reference to `ompi_mpi_comm_self'
/usr/bin/ld: gen_redcs_mat.c:(.text+0xf8b): undefined reference to `ompi_mpi_comm_self'
/usr/bin/ld: gen_redcs_mat.c:(.text+0xfc3): undefined reference to `ompi_mpi_comm_self'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x104b): undefined reference to `ompi_mpi_int'
/usr/bin/ld: gen_redcs_mat.c:(.text+0x11f1): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_2s_interp.o): in function `hypre_BoomerAMGBuildModPartialExtInterpHost':
par_2s_interp.c:(.text+0x1bf): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_2s_interp.o): in function `hypre_BoomerAMGBuildModPartialExtPEInterpHost':
par_2s_interp.c:(.text+0x1273): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_2s_interp.c:(.text+0x1293): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cgc_coarsen.o): in function `hypre_AmgCGCPrepare':
par_cgc_coarsen.c:(.text+0x159): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_cgc_coarsen.c:(.text+0x16d): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cgc_coarsen.o): in function `hypre_AmgCGCGraphAssemble':
par_cgc_coarsen.c:(.text+0x4a7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_cgc_coarsen.c:(.text+0x5ba): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cgc_coarsen.o): in function `hypre_BoomerAMGCoarsenCGC':
par_cgc_coarsen.c:(.text+0x1718): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_coarse_parms.o): in function `hypre_BoomerAMGCoarseParmsHost':
par_coarse_parms.c:(.text+0x8d): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_coarse_parms.c:(.text+0x94): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_coarsen.o): in function `hypre_BoomerAMGCoarsen':
par_coarsen.c:(.text+0x967): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_coarsen.c:(.text+0x96e): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_coarsen.o): in function `hypre_BoomerAMGCoarsenPMISHost':
par_coarsen.c:(.text+0x3e25): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_coarsen.c:(.text+0x3e2c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cr.o): in function `hypre_BoomerAMGIndepPMIS':
par_cr.c:(.text+0x34ba): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_cr.c:(.text+0x34c6): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cr.o): in function `hypre_BoomerAMGIndepPMISa':
par_cr.c:(.text+0x4332): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_cr.c:(.text+0x433e): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_cr.o): in function `hypre_BoomerAMGCoarsenCR':
par_cr.c:(.text+0x5132): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5139): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_cr.c:(.text+0x5280): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5287): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_cr.c:(.text+0x5595): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_cr.c:(.text+0x559c): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5b0d): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5b14): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_cr.c:(.text+0x5b5b): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_cr.c:(.text+0x5b6f): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5cb4): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_cr.c:(.text+0x5cc8): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5ec3): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_cr.c:(.text+0x5eca): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_gsmg.o): in function `hypre_ParCSRMatrixChooseThresh':
par_gsmg.c:(.text+0x82c): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: par_gsmg.c:(.text+0x833): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_interp.o): in function `hypre_BoomerAMGBuildInterp':
par_interp.c:(.text+0x229): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_interp.o): in function `hypre_BoomerAMGBuildInterpHE':
par_interp.c:(.text+0x1b52): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_interp.o): in function `hypre_BoomerAMGBuildDirInterpHost':
par_interp.c:(.text+0x31aa): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_interp.o): in function `hypre_BoomerAMGBuildInterpModUnk':
par_interp.c:(.text+0x436a): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_interp.o): in function `hypre_BoomerAMGBuildInterpOnePntHost':
par_interp.c:(.text+0x63b0): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_lr_interp.o):par_lr_interp.c:(.text+0x280): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_multi_interp.o): in function `hypre_GenerateMultipassPi':
par_mod_multi_interp.c:(.text+0xa02): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0xa81): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0xaa9): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_multi_interp.o): in function `hypre_GenerateMultiPi':
par_mod_multi_interp.c:(.text+0x1863): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x1896): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x18b7): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x1921): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_mod_multi_interp.o): in function `hypre_BoomerAMGBuildModMultipassHost':
par_mod_multi_interp.c:(.text+0x2031): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x226a): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x2271): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x23f3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_mod_multi_interp.c:(.text+0x2402): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_multi_interp.o): in function `hypre_BoomerAMGBuildMultipassHost':
par_multi_interp.c:(.text+0x2c1): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_multi_interp.c:(.text+0xadc): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_multi_interp.c:(.text+0xae3): undefined reference to `ompi_mpi_int'
/usr/bin/ld: par_multi_interp.c:(.text+0xc7a): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: par_multi_interp.c:(.text+0xc81): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_scaled_matnorm.o): in function `hypre_ParCSRMatrixScaledNorm':
par_scaled_matnorm.c:(.text+0x38b): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: par_scaled_matnorm.c:(.text+0x397): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_sv_interp.o): in function `hypre_BoomerAMG_GMExpandInterp':
par_sv_interp.c:(.text+0x27f2): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_sv_interp_ln.o): in function `hypre_BoomerAMG_LNExpandInterp':
par_sv_interp_ln.c:(.text+0x4132): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(partial.o): in function `hypre_BoomerAMGBuildPartialExtPIInterp':
partial.c:(.text+0x1ad): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(partial.o): in function `hypre_BoomerAMGBuildPartialStdInterp':
partial.c:(.text+0x1d5f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(partial.o): in function `hypre_BoomerAMGBuildPartialExtInterp':
partial.c:(.text+0x4574): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(HYPRE_parcsr_matrix.o):HYPRE_parcsr_matrix.c:(.text+0x2ab): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_comm.o): in function `hypre_ParCSRBlockCommHandleCreate':
par_csr_block_comm.c:(.text+0xad): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_block_comm.c:(.text+0x13a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_block_comm.c:(.text+0x246): undefined reference to `ompi_mpi_double'
/usr/bin/ld: par_csr_block_comm.c:(.text+0x2ca): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_interp.o): in function `hypre_BoomerAMGBuildBlockInterp':
par_csr_block_interp.c:(.text+0x127c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_interp.o): in function `hypre_BoomerAMGBuildBlockInterpDiag':
par_csr_block_interp.c:(.text+0x314c): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_interp.o): in function `hypre_BoomerAMGBuildBlockInterpRV':
par_csr_block_interp.c:(.text+0x50cc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_interp.o): in function `hypre_BoomerAMGBuildBlockInterpRV2':
par_csr_block_interp.c:(.text+0x6e7f): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_interp.o): in function `hypre_BoomerAMGBuildBlockDirInterp':
par_csr_block_interp.c:(.text+0x8b47): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(par_csr_block_rap_communication.o):par_csr_block_rap_communication.c:(.text+0x2e5): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(assumed_part.o): in function `hypre_APGetAllBoxesInRegions':
assumed_part.c:(.text+0xa4b): undefined reference to `ompi_mpi_double'
/usr/bin/ld: assumed_part.c:(.text+0xa5b): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: assumed_part.c:(.text+0xaf8): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: assumed_part.c:(.text+0xb05): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(assumed_part.o): in function `hypre_APShrinkRegions':
assumed_part.c:(.text+0xd8c): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: assumed_part.c:(.text+0xd93): undefined reference to `ompi_mpi_int'
/usr/bin/ld: assumed_part.c:(.text+0xf69): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: assumed_part.c:(.text+0xf70): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(assumed_part.o): in function `hypre_StructAssumedPartitionGetProcsFromBox':
assumed_part.c:(.text+0x17a1): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(blas_dh.o): in function `InnerProd':
blas_dh.c:(.text+0x361): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: blas_dh.c:(.text+0x368): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(blas_dh.o): in function `Norm2':
blas_dh.c:(.text+0x42b): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: blas_dh.c:(.text+0x432): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixCreate':
Matrix.c:(.text+0x10d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixCreateLocal':
Matrix.c:(.text+0x1ee): undefined reference to `ompi_mpi_comm_null'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixReadMaster':
Matrix.c:(.text+0x629): undefined reference to `ompi_request_null'
/usr/bin/ld: Matrix.c:(.text+0x6ed): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: Matrix.c:(.text+0x865): undefined reference to `ompi_mpi_long'
/usr/bin/ld: Matrix.c:(.text+0x8ec): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: Matrix.c:(.text+0x9a7): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: Matrix.c:(.text+0x9f1): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixReadSlave':
Matrix.c:(.text+0xab9): undefined reference to `ompi_mpi_long'
/usr/bin/ld: Matrix.c:(.text+0xc3c): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixRowPe':
Matrix.c:(.text+0xdab): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixNnz':
Matrix.c:(.text+0xe44): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: Matrix.c:(.text+0xe4b): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `RhsRead':
Matrix.c:(.text+0x11f7): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Matrix.c:(.text+0x128b): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Matrix.c:(.text+0x12e9): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Matrix.o): in function `MatrixComplete':
Matrix.c:(.text+0x14fc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Matrix.c:(.text+0x1557): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Matrix.c:(.text+0x158e): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Matrix.c:(.text+0x15bf): undefined reference to `ompi_mpi_int'
/usr/bin/ld: Matrix.c:(.text+0x168c): undefined reference to `ompi_mpi_double'
/usr/bin/ld: Matrix.c:(.text+0x16df): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(Mem.o): in function `MemAlloc':
Mem.c:(.text+0x16f): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: Mem.c:(.text+0x1b3): undefined reference to `ompi_mpi_comm_world'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `SelectThresh':
ParaSails.c:(.text+0x174): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x180): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `SendRequests':
ParaSails.c:(.text+0x31d): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ParaSails.c:(.text+0x3ac): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ReceiveRequest':
ParaSails.c:(.text+0x415): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `SendReplyPrunedRows':
ParaSails.c:(.text+0x6bc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ReceiveReplyPrunedRows':
ParaSails.c:(.text+0x783): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o):ParaSails.c:(.text+0x7a9): more undefined references to `ompi_mpi_int' follow
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `FindNumReplies':
ParaSails.c:(.text+0x14b5): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: ParaSails.c:(.text+0x14bc): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ParaSailsCreate':
ParaSails.c:(.text+0x15fb): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ParaSailsSetupValues':
ParaSails.c:(.text+0x2e61): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ParaSails.c:(.text+0x2f42): undefined reference to `ompi_mpi_int'
/usr/bin/ld: ParaSails.c:(.text+0x2f4e): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x321c): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x34b3): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: ParaSails.c:(.text+0x3dda): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x3de6): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ParaSailsStatsPattern':
ParaSails.c:(.text+0x4078): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x4090): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: ParaSails.c:(.text+0x40ae): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: ParaSails.c:(.text+0x40d2): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(ParaSails.o): in function `ParaSailsStatsValues':
ParaSails.c:(.text+0x429c): undefined reference to `ompi_mpi_double'
/usr/bin/ld: ParaSails.c:(.text+0x42b1): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: ParaSails.c:(.text+0x42f0): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSEMax':
comm.c:(.text+0xe): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: comm.c:(.text+0x28): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSEMin':
comm.c:(.text+0x6e): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: comm.c:(.text+0x88): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSESum':
comm.c:(.text+0xce): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: comm.c:(.text+0xe8): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSEMaxDouble':
comm.c:(.text+0x12e): undefined reference to `ompi_mpi_op_max'
/usr/bin/ld: comm.c:(.text+0x15a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSEMinDouble':
comm.c:(.text+0x19e): undefined reference to `ompi_mpi_op_min'
/usr/bin/ld: comm.c:(.text+0x1ca): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(comm.o): in function `hypre_GlobalSESumDouble':
comm.c:(.text+0x20e): undefined reference to `ompi_mpi_op_sum'
/usr/bin/ld: comm.c:(.text+0x23a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(DiagScale.o): in function `DiagScaleCreate':
DiagScale.c:(.text+0x1fd): undefined reference to `ompi_mpi_double'
/usr/bin/ld: DiagScale.c:(.text+0x219): undefined reference to `ompi_mpi_int'
/usr/bin/ld: DiagScale.c:(.text+0x51a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: DiagScale.c:(.text+0x526): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(LoadBal.o): in function `LoadBalInit':
LoadBal.c:(.text+0xb3): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(LoadBal.o): in function `LoadBalDonorSend':
LoadBal.c:(.text+0x401): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(LoadBal.o): in function `LoadBalRecipRecv':
LoadBal.c:(.text+0x52e): undefined reference to `ompi_mpi_int'
/usr/bin/ld: LoadBal.c:(.text+0x560): undefined reference to `ompi_mpi_int'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(LoadBal.o): in function `LoadBalRecipSend':
LoadBal.c:(.text+0x76a): undefined reference to `ompi_mpi_double'
/usr/bin/ld: /usr/local/hypre/lib/libHYPRE.a(LoadBal.o): in function `LoadBalDonorRecv':
LoadBal.c:(.text+0x88e): undefined reference to `ompi_mpi_double'
/usr/bin/ld: LoadBal.c:(.text+0x8b8): undefined reference to `ompi_mpi_double'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make: *** [Makefile:362: flash4] Error 1

I'm sure that the Makefile.h it's ok because I could run the Sedov simulation (with the setup available in the user manual).  Here are the main libraries directions

 LIB_HDF5  = -L ${HDF5_PATH}/lib -Wl,-rpath,${HDF5_PATH}/lib -lhdf5 -lz
LIB_MPI = -L ${MPI_PATH}/lib -Wl,-rpath,${MPI_PATH}/lib -lmpi -lz
LIB_NCMPI = -L ${NCMPI_PATH}/lib -lpnetcdf
LIB_HYPRE = -L${HYPRE_PATH}/lib -lHYPRE

What should I do?


best regards,

Diego
--
Diego Oportus Ciudad
Licenciado en Física
Estudiante de Magíster en Física
Pontificia Universidad Católica de Chile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20230123/fe517724/attachment.htm>


More information about the flash-users mailing list