From a9851a432bd758e69057a37ebb3fb42be9ebb150 Mon Sep 17 00:00:00 2001
From: Carrie A Brown <cbrown58@unl.edu>
Date: Fri, 14 Jun 2019 12:36:24 -0500
Subject: [PATCH] Added v100 node

---
 .../guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md b/content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
index 58ae124c..a20d8b0c 100644
--- a/content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
+++ b/content/guides/submitting_jobs/submitting_cuda_or_openacc_jobs.md
@@ -15,6 +15,7 @@ of GPU in your job resource requirements if necessary.
 | Teska K20, with IB   | gpu_k20       | 3 nodes - 3 GPUs with 4 GB mem per node    |
 | Tesla K40, with IB   | gpu_k40       | 5 nodes - 4 K40M GPUs with 11 GB mem per node<br> 1 node - 2 K40C GPUs |
 | Tesla P100, with OPA | gpu_p100      | 2 nodes - 2 GPUs with 12 GB per node |
+| Tesla V100, with     | gpu_v100      | 1 node - 4 GPUs with 16 GB per node |
 
 
 To run your job on the next available GPU regardless of type, add the
-- 
GitLab