Skip to content

Commit 8929b39

Browse files
committed
Fixed error by removing mistake the descritpion
1 parent 59c2f5e commit 8929b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEM_io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ end
10501050
write_processor_partitioning_LaMEM(P::LaMEMPartitioningInfo; is64bit::Bool = false)
10511051
10521052
Writes 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.
10541054
The coordinates are written as Float64, and the processor counts and node counts as Int64 or Int32, depending on the `is64bit` flag.
10551055
"""
10561056
function write_processor_partitioning_LaMEM(

0 commit comments

Comments
 (0)