Hi Sungho,
Problems during postprocessing are often linked to the file-system of the cluster. ASPECT by default uses MPI-IO to write files (i.e. instead of sending all data to one process and let it write the data all processes write the data in parallel using an MPI feature). Sometimes cluster file systems like NFS can not deal with this properly. To confirm this is the issue try the following: 1. disable the ‘visualization’ and possibly also the ‘depth average’ postprocessor. If the problem is fixed now it is likely a file system issue. 2. If it is a file system issue, activate the postprocessor again, and try setting ‘set Number of grouped files = 0’ in the visualization subsection. This will disable MPI-IO and might fix the issues. Note that now all processes will write their own file, for thousands of processes this can cause new problems (because file system do not like to write into thousands of files at the same time).