Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. rank=651 L00: Traceback (most recent call last):
  2. rank=651 L01: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/__init__.py", line 196, in main
  3. rank=651 L02: runpy.run_path(gpaw_args.script, run_name='__main__')
  4. rank=651 L03: File "/opt/sw/x86_64/glibc-2.17/ivybridge-ep/python/2.7.11/intel/16.0.1/lib/python2.7/runpy.py", line 240, in run_path
  5. rank=651 L04: return _run_module_code(code, init_globals, run_name, path_name)
  6. rank=651 L05: File "/opt/sw/x86_64/glibc-2.17/ivybridge-ep/python/2.7.11/intel/16.0.1/lib/python2.7/runpy.py", line 82, in _run_module_code
  7. rank=651 L06: mod_name, mod_fname, mod_loader, pkg_name)
  8. rank=651 L07: File "/opt/sw/x86_64/glibc-2.17/ivybridge-ep/python/2.7.11/intel/16.0.1/lib/python2.7/runpy.py", line 72, in _run_code
  9. rank=651 L08: exec code in run_globals
  10. rank=651 L09: File "xps_script.py", line 110, in <module>
  11. rank=651 L10: e4 = atoms.get_potential_energy() + calc.get_reference_energy()
  12. rank=651 L11: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/ase-3.15.1b1-py2.7.egg/ase/atoms.py", line 685, in get_potential_energy
  13. rank=651 L12: energy = self._calc.get_potential_energy(self)
  14. rank=651 L13: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/ase-3.15.1b1-py2.7.egg/ase/calculators/calculator.py", line 441, in get_potential_energy
  15. rank=651 L14: energy = self.get_property('energy', atoms)
  16. rank=651 L15: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/ase-3.15.1b1-py2.7.egg/ase/calculators/calculator.py", line 486, in get_property
  17. rank=651 L16: self.calculate(atoms, [name], system_changes)
  18. rank=651 L17: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/calculator.py", line 292, in calculate
  19. rank=651 L18: self.log, self.call_observers)
  20. rank=651 L19: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/scf.py", line 61, in run
  21. rank=651 L20: wfs.eigensolver.iterate(ham, wfs)
  22. rank=651 L21: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/eigensolvers/eigensolver.py", line 84, in iterate
  23. rank=651 L22: wfs.orthonormalize(kpt)
  24. rank=651 L23: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/ase-3.15.1b1-py2.7.egg/ase/utils/timing.py", line 173, in new_method
  25. rank=651 L24: x = method(slf, *args, **kwargs)
  26. rank=651 L25: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/wavefunctions/fdpw.py", line 454, in orthonormalize
  27. rank=651 L26: mmm(1.0, P, 'N', P2, 'C', 1.0, S, symmetric=True)
  28. rank=651 L27: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/matrix.py", line 36, in matrix_matrix_multiply
  29. rank=651 L28: symmetric)
  30. rank=651 L29: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/matrix.py", line 159, in multiply
  31. rank=651 L30: dist.multiply(alpha, self, opa, b, opb, beta, out, symmetric)
  32. rank=651 L31: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/matrix.py", line 350, in multiply
  33. rank=651 L32: blas.r2k(0.5 * alpha, a.array, b.array, beta, c.array)
  34. rank=651 L33: File "/home/lv70811/susit5/.local/lib/python2.7/site-packages/gpaw/utilities/blas.py", line 257, in r2k
  35. rank=651 L34: assert beta == 0.0 or np.isfinite(np.tril(c)).all()
  36. rank=651 L35: AssertionError
  37. GPAW CLEANUP (node 651): <type 'exceptions.AssertionError'> occurred. Calling MPI_Abort!
  38. application called MPI_Abort(MPI_COMM_WORLD, 42) - process 704
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement