5.2.19. Output options (2)¶
Value |
Explanation |
(D=0)
|
dumpall option. Activate and use with icntl=12. See Section 5.2.26 for more details.
|
=0
|
No dump.
|
=1
|
Write down all information on file(15) as binary data.
|
=-1
|
Write down all information on file(15) as ASCII data.
|
Value |
Explanation |
(D=3)
|
dumpall file name option in the parallel calculation.
|
=0
|
/wk/uname/file-name of file(15).
|
=1
|
/wk/uname/file-name of file(15)+(PE number).
|
=3
|
File-name of file(15)+(PE number).
|
In the setting of inpara, igpara, ippara, idpara, “/wk/” and “/uname/” are the default directory name and a user-name read in from the environment variable LOGNAME, respectively. In parallel computing, files corresponding to each processor element (PE) are created for writing the output or the dumped data. If idpara is set to 0 or 1, a file is made in the directory named by /wk/uname/ on each of the nodes. If idpara is set to 1 or 3, the PE number is added at the end of the filename. Each PE writes down its calculation result only on its corresponding file.