Visible to Intel only — GUID: GUID-EF735B5D-ED65-4346-BADB-462C6FD37B46
Visible to Intel only — GUID: GUID-EF735B5D-ED65-4346-BADB-462C6FD37B46
FLUSH-PREFIX
Syntax
FLUSH-PREFIX <directory name>
Variable
VT_FLUSH_PREFIX
Default
Content of environment variables or /tmp
Description
Specifies the directory of the flush file. It can be an absolute or relative pathname; in the latter case, it is interpreted relative to the current working directory of the process writing it.
On Unix* systems, the flush file of each process is created and immediately removed while the processes keep their file open. This has two effects:
if processes get killed prematurely, flush files do not clutter the file system
during flushing, the remaining space on the file systems gets less although the file which grows is not visible anymore
The file name is VT-flush-<program name>_<rank>-<pid>.dat, with <rank> being the rank of the process in MPI_COMM_WORLD and <pid> the Unix process id.
A good default directory is searched for among the candidates listed below in this order:
first folder with more than 512MB
failing that, folder with most available space
Candidates (in this order) are the directories referred to with these environment variables and hard-coded directory names:
BIGTEMP
FASTTEMP
TMPDIR
TMP
TMPVAR
/work
/scratch
/tmp