Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
GRIS Gregor Infrared Spectrograph
grisinv
Commits
6587c331
Commit
6587c331
authored
Dec 14, 2021
by
Vigeesh Gangadharan
Browse files
check diconnect fortran
parent
42ec585c
Pipeline
#3102
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
grisinv/vfisv_src/vfisv_spec.f90
View file @
6587c331
...
...
@@ -240,11 +240,12 @@ PROGRAM VFISV_SPEC
DEALLOCATE
(
SI
,
SQ
,
SU
,
SV
,
INV
,
ICONT
)
IF
(
STRAYCASE
/
=
0
)
DEALLOCATE
(
STRAY
)
DEALLOCATE
(
SFIT
,
SIFIT
,
SQFIT
,
SUFIT
,
SVFIT
)
PRINT
*
,
'Disconnecting.1'
CALL
MPI_COMM_DISCONNECT
(
intracomm
,
ierr
)
PRINT
*
,
'Disconnecting.2'
CALL
MPI_COMM_DISCONNECT
(
intercomm
,
ierr
)
!CALL MPI_FINALIZE(IERR)
PRINT
*
,
'Disconnected'
!
END
PROGRAM
VFISV_SPEC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment