gfortran noticed that these functions are external
This commit is contained in:
parent
0ba8f27320
commit
7156e3996b
|
@ -96,7 +96,9 @@ module DAMASK_spectral_solverAL
|
|||
SNESSetConvergenceTest, &
|
||||
SNESSetFromOptions, &
|
||||
SNESCreate, &
|
||||
MPI_Abort
|
||||
MPI_Abort, &
|
||||
MPI_Bcast, &
|
||||
MPI_Allreduce
|
||||
|
||||
contains
|
||||
|
||||
|
|
|
@ -85,7 +85,9 @@ module DAMASK_spectral_SolverBasicPETSc
|
|||
SNESSetConvergenceTest, &
|
||||
SNESSetFromOptions, &
|
||||
SNESCreate, &
|
||||
MPI_Abort
|
||||
MPI_Abort, &
|
||||
MPI_Bcast, &
|
||||
MPI_Allreduce
|
||||
|
||||
contains
|
||||
|
||||
|
|
|
@ -96,7 +96,9 @@ module DAMASK_spectral_solverPolarisation
|
|||
SNESSetConvergenceTest, &
|
||||
SNESSetFromOptions, &
|
||||
SNESCreate, &
|
||||
MPI_Abort
|
||||
MPI_Abort, &
|
||||
MPI_Bcast, &
|
||||
MPI_Allreduce
|
||||
|
||||
contains
|
||||
|
||||
|
|
Loading…
Reference in New Issue