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
5d44bbc1
Commit
5d44bbc1
authored
Dec 10, 2021
by
Vigeesh Gangadharan
Browse files
problem with free
parent
e7863ff4
Pipeline
#3077
passed with stage
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
grisinv/invert.py
View file @
5d44bbc1
...
...
@@ -272,9 +272,9 @@ def vfisv(
common_comm
.
Recv
([
svfit
,
MPI
.
FLOAT
],
source
=
1
,
tag
=
6663
)
# disengage vifisv:master+slaves
common_comm
.
Free
()
common_comm
.
Disconnect
()
pycomm
.
Free
()
pycomm
.
Disconnect
()
# TODO: Clean this
# arrange data for output into maps.
...
...
@@ -2189,6 +2189,7 @@ def main(path, id, out, numproc, line, width, preview, errors, diagnose, log):
if
log
:
write_log_file
(
log
,
header
,
data
,
stokes
,
total_time
,
numproc
)
print
(
'exit'
)
if
__name__
==
"__main__"
:
main
()
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