gfortran noticed that these functions are external

This commit is contained in:
Martin Diehl 2015-04-11 20:28:07 +00:00
parent 0ba8f27320
commit 7156e3996b
3 changed files with 9 additions and 3 deletions

View File

@ -96,7 +96,9 @@ module DAMASK_spectral_solverAL
SNESSetConvergenceTest, & SNESSetConvergenceTest, &
SNESSetFromOptions, & SNESSetFromOptions, &
SNESCreate, & SNESCreate, &
MPI_Abort MPI_Abort, &
MPI_Bcast, &
MPI_Allreduce
contains contains

View File

@ -85,7 +85,9 @@ module DAMASK_spectral_SolverBasicPETSc
SNESSetConvergenceTest, & SNESSetConvergenceTest, &
SNESSetFromOptions, & SNESSetFromOptions, &
SNESCreate, & SNESCreate, &
MPI_Abort MPI_Abort, &
MPI_Bcast, &
MPI_Allreduce
contains contains

View File

@ -96,7 +96,9 @@ module DAMASK_spectral_solverPolarisation
SNESSetConvergenceTest, & SNESSetConvergenceTest, &
SNESSetFromOptions, & SNESSetFromOptions, &
SNESCreate, & SNESCreate, &
MPI_Abort MPI_Abort, &
MPI_Bcast, &
MPI_Allreduce
contains contains