Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlbi_resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
vlbi_resolve
Commits
0c72667b
Commit
0c72667b
authored
3 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Tweak Makefile
parent
65717238
No related branches found
No related tags found
No related merge requests found
Pipeline
#109587
passed
3 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+22
-47
22 additions, 47 deletions
Makefile
with
22 additions
and
47 deletions
Makefile
+
22
−
47
View file @
0c72667b
pre
:=
MPLBACKEND
=
agg
MKL_NUM_THREADS
=
1
OMP_NUM_THREADS
=
1
.PHONY
:
m87 blobs disk crescent ehtcrescent ehtdisk sim1 sim2
# Compute starting position for movie
initial.h5
:
pre
:=
MPLBACKEND
=
agg
MKL_NUM_THREADS
=
1
OMP_NUM_THREADS
=
1
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3
movie_start.py
python
=
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3
else
$(
pre
)
python3
movie_start.py
python
=
$(
pre
)
python3
endif
# Movie reconstruction
initial.h5
:
$(
python
)
movie_start.py
m87
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py m87 initial.h5
else
$(
pre
)
python3 reconstruction.py m87 initial.h5
endif
$(
python
)
reconstruction.py m87 initial.h5
blobs
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py blobs initial.h5
else
$(
pre
)
python3 reconstruction.py blobs initial.h5
endif
$(
python
)
reconstruction.py blobs initial.h5
disk
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py disk initial.h5
else
$(
pre
)
python3 reconstruction.py disk initial.h5
endif
$(
python
)
reconstruction.py disk initial.h5
crescent
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py crescent initial.h5
else
$(
pre
)
python3 reconstruction.py crescent initial.h5
endif
$(
python
)
reconstruction.py crescent initial.h5
ehtcrescent
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py ehtcrescent initial.h5
else
$(
pre
)
python3 reconstruction.py ehtcrescent initial.h5
endif
$(
python
)
reconstruction.py ehtcrescent initial.h5
ehtdisk
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py ehtdisk initial.h5
else
$(
pre
)
python3 reconstruction.py ehtdisk initial.h5
endif
$(
python
)
reconstruction.py ehtdisk initial.h5
sim1
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py sim1 initial.h5
else
$(
pre
)
python3 reconstruction.py sim1 initial.h5
endif
sim2
:
initial.h5
ifdef
VLBI_MPI_TASKS
$(
pre
)
mpirun
-np
$(
VLBI_MPI_TASKS
)
python3 reconstruction.py sim2 initial.h5
else
$(
pre
)
python3 reconstruction.py sim2 initial.h5
endif
$(
python
)
reconstruction.py sim1 initial.h5
sim2
:
initial.h5
$(
python
)
reconstruction.py sim2 initial.h5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment