Skip to content

Commit b079bcf

Browse files
committed
Dial down size for T4
1 parent 1ea426c commit b079bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/cpp/lab2_heat/heat.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"!rm output || true\n",
272272
"!rm heat || true\n",
273273
"!OMPI_CXX=nvc++ mpicxx -std=c++20 -Ofast -march=native -DNDEBUG -stdpar=gpu -o heat solutions/exercise1.cpp\n",
274-
"!UCX_RNDV_FRAG_MEM_TYPE=cuda mpirun -np 1 ./heat 32768 32768 2000"
274+
"!UCX_RNDV_FRAG_MEM_TYPE=cuda mpirun -np 1 ./heat 16384 16384 2000"
275275
]
276276
},
277277
{

0 commit comments

Comments
 (0)