kmos icon indicating copy to clipboard operation
kmos copied to clipboard

Errors on the debug mode

Open wulx opened this issue 8 years ago • 0 comments

https://github.com/mhoffman/kmos/blob/dd523c20bff6a88fcea3d8a24f8af432895d0a1b/kmos/io.py#L2586

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')

wulx avatar Oct 08 '17 13:10 wulx