@@ -28,7 +28,7 @@ It is **strongly recommended** to use Shared Image Gallery resources instead
2828of directly using an Azure Managed Image for increased reliability, robustness
2929and performance of scale out (i.e., pool allocation with target node counts
3030and resize up) operations with Azure Batch pools. These improvements hold even
31- for Shared Image Gallery resource with a replica count of 1.
31+ for a Shared Image Gallery resource with a replica count of 1.
3232
3333This guide will focus on creating Shared Image Gallery resources for use with
3434Azure Batch and Batch Shipyard.
@@ -263,12 +263,20 @@ and the required user-land software for Infiniband installed. It is best to
263263base a custom image off of the existing Azure platform images that support
264264Infiniband/RDMA.
265265
266+ #### MPI Libraries
267+ If you are utilizing MPI, the associated runtime(s) must be installed such
268+ that they are invocable by the calling programs.
269+
266270#### Storage Cluster Auto-Linking and Mounting
267271If mounting a storage cluster, the required NFSv4 or GlusterFS client tooling
268272must be installed and invocable such that the auto-link mount functionality
269273is operable. Both clients need not be installed unless you are mounting
270274both types of storage clusters.
271275
276+ #### Per-Job Autoscratch
277+ If utilizing the per-job autoscratch feature, then BeeGFS Beeond must be
278+ installed so that a shared file system can be created.
279+
272280#### GlusterFS On Compute
273281If a GlusterFS on compute shared data volume is required, then GlusterFS
274282server and client tooling must be installed and invocable so the shared
0 commit comments