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 c390d05 commit 83b303bCopy full SHA for 83b303b
examples/scaling/case.py
@@ -46,7 +46,7 @@
46
parser.print_help()
47
sys.exit(1)
48
49
-# \approx The number of cells per GB of memory. The exact value is not important.
+# approx The number of cells per GB of memory. The exact value is not important.
50
cpg = 8000000 / 16.0
51
# Number of ranks.
52
nranks = args.mfc["nodes"] * args.mfc["tasks_per_node"]
0 commit comments