We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea426c commit b079bcfCopy full SHA for b079bcf
labs/cpp/lab2_heat/heat.ipynb
@@ -271,7 +271,7 @@
271
"!rm output || true\n",
272
"!rm heat || true\n",
273
"!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"
+ "!UCX_RNDV_FRAG_MEM_TYPE=cuda mpirun -np 1 ./heat 16384 16384 2000"
275
]
276
},
277
{
0 commit comments