File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ end
10501050write_processor_partitioning_LaMEM(P::LaMEMPartitioningInfo; is64bit::Bool = false)
10511051
10521052Writes the processor partitioning information `P` to a binary file in the format used by LaMEM.
1053- The file is named `ProcessorPartitioning_$ (P. nProcX* P. nProcY* P. nProcZ) cpu_$ (P. nProcX) .$ (P. nProcY) .$ (P. nProcZ) .bin` and returned as string.
1053+ The file is named `ProcessorPartitioning_(P.nProcX*P.nProcY*P.nProcZ)cpu_(P.nProcX).(P.nProcY).(P.nProcZ).bin` and returned as string.
10541054The coordinates are written as Float64, and the processor counts and node counts as Int64 or Int32, depending on the `is64bit` flag.
10551055"""
10561056function write_processor_partitioning_LaMEM (
You can’t perform that action at this time.
0 commit comments