simplify building serial executables by incorporating the STUBS/mpi.o object in LAMMPS library

This commit is contained in:
Axel Kohlmeyer
2022-01-27 15:59:48 -05:00
parent d51017ff50
commit 62ff23abe7
4 changed files with 6 additions and 25 deletions

View File

@ -9,7 +9,7 @@ MODULE MPI
mpi_comm_split
CONTAINS
SUBROUTINE mpi_comm_split(comm,color,key,newcomm,ierr)
INTEGER, INTENT(in) :: comm,color,key
INTEGER, INTENT(out) :: newcomm,ierr