I have a problem with vasprun.xml files generated on our AMD64 cluster. Files generated on our 32-bit (P4) cluster are OK.
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?>
<modeling>
 <generator>
  <i name="program" type="string">vasp</i>
  <i name="version" type="string">4.6.28 </i>
  <i name="subversion" type="string">25Jul05 complex  parallel</i>
  <i name="platform" type="string">LinuxIFC</i>
  <i name="date" type="string">2006 03 29</i>
  <i name="time" type="string">17:41:26</i>
 </generator>
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?>
<modeling>
 <generator>
  <i name="program"" type=""stringvasp</i>
  <i name="version"" type=""string4.6.28 </i>
  <i name="subversion"" type=""string25Jul05 complex  parallel</i>
  <i name="platform"" type=""stringLinuxIFC</i>
  <i name="date"" type=""string2006 04 04</i>
  <i name="time"" type=""string10:57:02</i>
 </generator>
Has anybody seen this before ? And of course, if so, is there anything that can be done about it ?
BTW, otherwise VASP is running fine on both machines (same answers etc).
Thanks in advance,
Anthony Meijer