Skip to content

Commit 83b303b

Browse files
committed
fix?
1 parent c390d05 commit 83b303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scaling/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
parser.print_help()
4747
sys.exit(1)
4848

49-
# \approx The number of cells per GB of memory. The exact value is not important.
49+
# approx The number of cells per GB of memory. The exact value is not important.
5050
cpg = 8000000 / 16.0
5151
# Number of ranks.
5252
nranks = args.mfc["nodes"] * args.mfc["tasks_per_node"]

0 commit comments

Comments
 (0)