[ARVADOS] updated: 2.1.0-1854-g712c3dcea
Git user
git at public.arvados.org
Tue Jan 25 16:26:50 UTC 2022
Summary of changes:
doc/_includes/_install_cuda.liquid | 21 ++++++++++++++
.../install-compute-node.html.textile.liquid | 10 +++++--
.../install-dispatch-cloud.html.textile.liquid | 21 ++++++++++++++
.../install-dispatch.html.textile.liquid | 26 +++++++++++++++--
...install-compute-node-docker.html.textile.liquid | 2 ++
...ll-compute-node-singularity.html.textile.liquid | 2 ++
doc/user/cwl/cwl-extensions.html.textile.liquid | 4 +--
doc/user/cwl/cwl-style.html.textile.liquid | 33 ++++++++++++++++++++--
8 files changed, 110 insertions(+), 9 deletions(-)
create mode 100644 doc/_includes/_install_cuda.liquid
via 712c3dceaf1d08c3221798b6288e247292738fce (commit)
via b0da24b7eee60752ba3f9203e6b05638a5e1c121 (commit)
via 7f2bd2f6ed4081252e650ad0e6c0eea35433e132 (commit)
from 107af77a83788ebdd0cbcfdcae91fed44deec11d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 712c3dceaf1d08c3221798b6288e247292738fce
Merge: 107af77a8 b0da24b7e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Jan 25 11:26:33 2022 -0500
Merge branch '18326-cuda-docs' refs #18326
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit b0da24b7eee60752ba3f9203e6b05638a5e1c121
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Jan 25 11:22:44 2022 -0500
18326: Whitespace fixes
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/install/crunch2-cloud/install-dispatch-cloud.html.textile.liquid b/doc/install/crunch2-cloud/install-dispatch-cloud.html.textile.liquid
index cb3143b02..06a918dd3 100644
--- a/doc/install/crunch2-cloud/install-dispatch-cloud.html.textile.liquid
+++ b/doc/install/crunch2-cloud/install-dispatch-cloud.html.textile.liquid
@@ -79,15 +79,14 @@ h4. NVIDIA GPU support
To specify instance types with NVIDIA GPUs, you must include an additional @CUDA@ section:
<notextile>
-<pre><code> Services:
- InstanceTypes:
+<pre><code> InstanceTypes:
g4dn:
ProviderType: g4dn.xlarge
VCPUs: 4
RAM: 16GiB
IncludedScratch: 125GB
Price: 0.56
- CUDA:
+ CUDA:
DriverVersion: "11.4"
HardwareCapability: "7.5"
DeviceCount: 1
diff --git a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
index 46588897e..37adffd18 100644
--- a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
+++ b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
@@ -74,8 +74,7 @@ Template variables starting with % will be substituted as follows:
%T tmp in MB
%G number of GPU devices (@runtime_constraints.cuda.device_count@)
-Use %% to express a literal %. The %%J in the default will be changed
-to %J, which is interpreted by @bsub@ itself.
+Use %% to express a literal %. The %%J in the default will be changed to %J, which is interpreted by @bsub@ itself.
For example:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list