Skip to content

Errors on the debug mode #61

@wulx

Description

@wulx

kmos/kmos/io.py

Line 2586 in dd523c2

out.write(('print *,"PROCLIST/RUN_PROC_NR/NAME","%s"\n'

I modified this line as follows.

out.write('        print *,"PROCLIST/RUN_PROC_NR/NAME","%s"\n' % process.name)
out.write('        print *, "  PROCLIST/RUN_PROC_NR/PROC", proc\n')
out.write('        print *, "  PROCLIST/RUN_PROC_NR/NR_CELL", nr_cell\n')
out.write('        print *, "  PROCLIST/RUN_PROC_NR/CELL", cell\n')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions