You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the serial version of qxmd for ifc-x86, the linker cannot find three subroutines: abort_parallel, cdrecvs, and cirecvs. These three subroutines are defined in mpi_comm.f90, but not in no_comm.f90 and the MPI version compiles without error.
I am able to compile and run QXMD if I define stub versions of these subroutines in no_comm.f90, similar to the other stub functions in no_comm.f90. Pull request #1 shows one way to do this.
The text was updated successfully, but these errors were encountered:
When I compile the serial version of qxmd for ifc-x86, the linker cannot find three subroutines:
abort_parallel
,cdrecvs
, andcirecvs
. These three subroutines are defined in mpi_comm.f90, but not in no_comm.f90 and the MPI version compiles without error.I am able to compile and run QXMD if I define stub versions of these subroutines in no_comm.f90, similar to the other stub functions in no_comm.f90. Pull request #1 shows one way to do this.
The text was updated successfully, but these errors were encountered: