Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix image display benchmark notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Willem committed Sep 2, 2021
1 parent 72191b0 commit 1b82c5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/benchmarking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Benchmarks\n",
"\n",
"A demonstration of parallel processing performance of this CNGI prototype against the current released version of CASA using a selection of ALMA datasets representing different computationally demanding configurations and a subset of VLA CHILES Survey data."
"A demonstration of parallel processing performance of this CNGI prototype against the current released version of CASA using a selection of ALMA datasets representing different computationally demanding configurations and a subset of the VLA CHILES Survey data."
]
},
{
Expand Down Expand Up @@ -158,11 +158,11 @@
"\n",
"Neither CASA nor the prototype achieves a linear speedup due to scheduler overhead, disk io, internode communication, etc. The most computationally expensive step is the gridding of the convolved visibilities onto the uv grid:\n",
"\n",
"![im340](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/gcf_size.png)\n",
"![im990](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/gcf_size.png)\n",
"\n",
"Since the gridding step can be done in parallel, increasing gridding convolution support will increase the part of the work that can be done in parallel. In the figure below, the support size of the gridding convolution kernel is increased from 17x17 to 51x51, consequently, a more linear speedup is achieved.\n",
"\n",
"![im340](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/gcf_size_cluster_A001_X12a3_X3be.png)\n",
"![im998](https://raw.githubusercontent.com/casangi/cngi_prototype/master/docs/_media/gcf_size_cluster_A001_X12a3_X3be.png)\n",
"\n"
]
},
Expand Down

0 comments on commit 1b82c5d

Please sign in to comment.