Hi,
Is there any tag in the OUTCAR file whose presence will confirm that the job was run in parallel mode? Or any other files/output that are produced specifically for a parallelized run.
-Rahul
specific OUTCAR tags
Moderators: Global Moderator, Moderator
specific OUTCAR tags
Last edited by rpnabar on Tue Jun 27, 2006 5:07 pm, edited 1 time in total.
specific OUTCAR tags
At the head of OUTCAR, if vasp is run in serial version:
vasp.4.6.xx ddMmmyy complex
executed on machine date yyyy.mm.dd hh:mm:ss
serial version
For parallel version:
vasp.4.6.xx ddMMMyy complex
executed on machine date yyyy.mm.dd hh:mm:ss
running on N nodes
vasp.4.6.xx ddMmmyy complex
executed on machine date yyyy.mm.dd hh:mm:ss
serial version
For parallel version:
vasp.4.6.xx ddMMMyy complex
executed on machine date yyyy.mm.dd hh:mm:ss
running on N nodes
Last edited by konglt on Tue Jun 27, 2006 9:20 pm, edited 1 time in total.
specific OUTCAR tags
Thanks! That is perfect; now I can verfy wheter the mpivasp I had compiled is running truely in parallel.
Last edited by rpnabar on Thu Jun 29, 2006 12:07 pm, edited 1 time in total.