Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
vlbi_resolve
Commits
77751698
Commit
77751698
authored
Sep 09, 2021
by
Philipp Frank
Browse files
fixup
parent
4c52cf62
Pipeline
#109584
passed with stages
in 17 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
77751698
...
...
@@ -3,7 +3,7 @@ pre := MPLBACKEND=agg MKL_NUM_THREADS=1 OMP_NUM_THREADS=1
# Compute starting position for movie
initial.h5
:
ifdef
VLBI_MPI_TASKS
$(pre)
mpirun
-np
$(VLBI_MPI_TASKS)
movie_start.py
$(pre)
mpirun
-np
$(VLBI_MPI_TASKS)
python3
movie_start.py
else
$(pre)
python3 movie_start.py
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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