Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link errors compiling serial version of QXMD #2

Closed
william-r-dieter opened this issue Jun 17, 2020 · 0 comments
Closed

Link errors compiling serial version of QXMD #2

william-r-dieter opened this issue Jun 17, 2020 · 0 comments

Comments

@william-r-dieter
Copy link
Contributor

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.

TaufeqRazakh pushed a commit that referenced this issue May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants