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, &
|
SNESSetConvergenceTest, &
|
||||||
SNESSetFromOptions, &
|
SNESSetFromOptions, &
|
||||||
SNESCreate, &
|
SNESCreate, &
|
||||||
MPI_Abort
|
MPI_Abort, &
|
||||||
|
MPI_Bcast, &
|
||||||
|
MPI_Allreduce
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,9 @@ module DAMASK_spectral_SolverBasicPETSc
|
||||||
SNESSetConvergenceTest, &
|
SNESSetConvergenceTest, &
|
||||||
SNESSetFromOptions, &
|
SNESSetFromOptions, &
|
||||||
SNESCreate, &
|
SNESCreate, &
|
||||||
MPI_Abort
|
MPI_Abort, &
|
||||||
|
MPI_Bcast, &
|
||||||
|
MPI_Allreduce
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,9 @@ module DAMASK_spectral_solverPolarisation
|
||||||
SNESSetConvergenceTest, &
|
SNESSetConvergenceTest, &
|
||||||
SNESSetFromOptions, &
|
SNESSetFromOptions, &
|
||||||
SNESCreate, &
|
SNESCreate, &
|
||||||
MPI_Abort
|
MPI_Abort, &
|
||||||
|
MPI_Bcast, &
|
||||||
|
MPI_Allreduce
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue