should make no difference, but test with ifort was failing. compierler buig?
This commit is contained in:
parent
f8bfbb4544
commit
41f09dd0f8
|
@ -127,7 +127,7 @@ subroutine AL_init
|
|||
math_invSym3333
|
||||
|
||||
implicit none
|
||||
real(pReal), dimension(:,:,:,:,:), allocatable :: P
|
||||
real(pReal), dimension(3,3,grid(1),grid(2),grid3) :: P
|
||||
real(pReal), dimension(3,3) :: &
|
||||
temp33_Real = 0.0_pReal
|
||||
|
||||
|
@ -145,7 +145,6 @@ subroutine AL_init
|
|||
#include "compilation_info.f90"
|
||||
endif
|
||||
|
||||
allocate (P (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! allocate global fields
|
||||
allocate (F_lastInc (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
|
|
|
@ -116,7 +116,7 @@ subroutine basicPETSc_init
|
|||
math_invSym3333
|
||||
|
||||
implicit none
|
||||
real(pReal), dimension(:,:,:,:,:), allocatable :: P
|
||||
real(pReal), dimension(3,3,grid(1),grid(2),grid3) :: P
|
||||
PetscScalar, dimension(:,:,:,:), pointer :: F
|
||||
PetscErrorCode :: ierr
|
||||
PetscObject :: dummy
|
||||
|
@ -133,7 +133,6 @@ subroutine basicPETSc_init
|
|||
#include "compilation_info.f90"
|
||||
endif mainProcess
|
||||
|
||||
allocate (P (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! allocate global fields
|
||||
allocate (F_lastInc (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
|
|
|
@ -127,7 +127,7 @@ subroutine Polarisation_init
|
|||
math_invSym3333
|
||||
|
||||
implicit none
|
||||
real(pReal), dimension(:,:,:,:,:), allocatable :: P
|
||||
real(pReal), dimension(3,3,grid(1),grid(2),grid3) :: P
|
||||
real(pReal), dimension(3,3) :: &
|
||||
temp33_Real = 0.0_pReal
|
||||
|
||||
|
@ -145,7 +145,6 @@ subroutine Polarisation_init
|
|||
#include "compilation_info.f90"
|
||||
endif
|
||||
|
||||
allocate (P (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! allocate global fields
|
||||
allocate (F_lastInc (3,3,grid(1),grid(2),grid3),source = 0.0_pReal)
|
||||
|
|
Loading…
Reference in New Issue