system_file_0 traject_file_1 ... traject_file_nsystem_file is the parameters file where the time steps and and the CO matrix are specified. All other files are reserved for the trajectory. Partitioning a very long trajectories in many files allows to overcome, e.g., OS set file size limits or filesystem limits.
DUMP write 30.0 OPEN alk-1.aux occupy atom_record 30 END
Writes history file and parameters file as specified in auxiliary file alk-1.aux every 30.0 fs. After execution the file alk-1.aux is rewritten by the program and looks like
# Rewritten by Program system_file 66 0 0 traject_file_1 1320 20 30
The numbers in columns 1 are the length of the file in records. The numbers in the second columns and second row are the number of records per point (calculated by the program) and the number of atoms per record (given in input: see subcommand atom_record) in the trajectory file traject_file_1. In the above example the record length is 30*4*3 = 360 bytes, the total size of the file of bytes, allocated at simulation start, is given by 30*3*4*1230 = 442800, and the total number of bytes dumped per phase space point is given by 20*30*3*4 = 7200.
procacci 2021-12-29