Advertisement
mahmoodn

vasp-woshowme

Nov 14th, 2016
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ]0;root@vb: /opt/vasp.5.3.2root@vb:/opt/vasp.5.3.2# make
  2. cpp -free base.F base.f90 -DHOST=\"gfortran\" -DCACHE_SIZE=4096 -DMINLOOP=1 -DNGXhalf
  3. mpifort -ffree-form -ffree-line-length-0 -ff2c -fno-second-underscore -I/opt/fftw-3.3.5/include -O3 -c base.f90
  4. cpp -free mpi.F mpi.f90 -DHOST=\"gfortran\" -DCACHE_SIZE=4096 -DMINLOOP=1 -DNGXhalf
  5. mpifort -ffree-form -ffree-line-length-0 -ff2c -fno-second-underscore -I/opt/fftw-3.3.5/include -O3 -c mpi.f90
  6. cpp -free smart_allocate.F smart_allocate.f90 -DHOST=\"gfortran\" -DCACHE_SIZE=4096 -DMINLOOP=1 -DNGXhalf
  7. mpifort -ffree-form -ffree-line-length-0 -ff2c -fno-second-underscore -I/opt/fftw-3.3.5/include -O3 -c smart_allocate.f90
  8. cpp -free xml.F xml.f90 -DHOST=\"gfortran\" -DCACHE_SIZE=4096 -DMINLOOP=1 -DNGXhalf
  9. mpifort -ffree-form -ffree-line-length-0 -ff2c -fno-second-underscore -I/opt/fftw-3.3.5/include -O3 -c xml.f90
  10. xml.F:641.46:
  11.  
  12. CALL XML_TAG("set", comment="spin "
  13. 1
  14. Error: Syntax error in argument list at (1)
  15. xml.F:644.51:
  16.  
  17. CALL XML_TAG("set", comment="kpoint "
  18. 1
  19. Error: Syntax error in argument list at (1)
  20. xml.F:690.46:
  21.  
  22. CALL XML_TAG("set", comment="spin "
  23. 1
  24. Error: Syntax error in argument list at (1)
  25. xml.F:693.51:
  26.  
  27. CALL XML_TAG("set", comment="kpoint "
  28. 1
  29. Error: Syntax error in argument list at (1)
  30. xml.F:766.45:
  31.  
  32. CALL XML_TAG("set",comment="spin "
  33. 1
  34. Error: Syntax error in argument list at (1)
  35. xml.F:811.48:
  36.  
  37. CALL XML_TAG("set", comment="ion "
  38. 1
  39. Error: Syntax error in argument list at (1)
  40. xml.F:814.52:
  41.  
  42. CALL XML_TAG("set", comment="spin "
  43. 1
  44. Error: Syntax error in argument list at (1)
  45. xml.F:861.12:
  46.  
  47. USE vaspxml
  48. 1
  49. Fatal Error: Can't open module file 'vaspxml.mod' for reading at (1): No such file or directory
  50. Makefile:322: recipe for target 'xml.o' failed
  51. make: *** [xml.o] Error 1
  52. ]0;root@vb: /opt/vasp.5.3.2root@vb:/opt/vasp.5.3.2# exit
  53. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement