Advertisement
Guest User

Untitled

a guest
May 25th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. mpiexec -np 2 gpaw-python -c "print('hello')"
  2. [hostname:38130] mca: base: component_find: unable to open /share/apps/openmpi-intel/1.8.4/lib/openmpi/mca_coll_hcoll: /lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /share/apps/python/2.7.9/Canopy_64bit/User/lib/libxml2.so.2) (ignored)
  3. [hostname:38129] mca: base: component_find: unable to open /share/apps/openmpi-intel/1.8.4/lib/openmpi/mca_coll_hcoll: /lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /share/apps/python/2.7.9/Canopy_64bit/User/lib/libxml2.so.2) (ignored)
  4. --------------------------------------------------------------------------
  5. WARNING: There are more than one active ports on host 'penzias', but the
  6. default subnet GID prefix was detected on more than one of these
  7. ports. If these ports are connected to different physical IB
  8. networks, this configuration will fail in Open MPI. This version of
  9. Open MPI requires that every physically separate IB subnet that is
  10. used between connected MPI processes must have different subnet ID
  11. values.
  12.  
  13. Please see this FAQ entry for more details:
  14.  
  15. http://www.open-mpi.org/faq/?category=openfabrics#ofa-default-subnet-gid
  16.  
  17. NOTE: You can turn off this warning by setting the MCA parameter
  18. btl_openib_warn_default_gid_prefix to 0.
  19. --------------------------------------------------------------------------
  20. Could not find platform independent libraries <prefix>
  21. Could not find platform independent libraries <prefix>
  22. Could not find platform dependent libraries <exec_prefix>
  23. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  24. Could not find platform dependent libraries <exec_prefix>
  25. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  26. Traceback (most recent call last):
  27. File "/share/apps/python/2.7.9/Canopy_64bit/User/lib/python2.7/site-packages/site.py", line 75, in <module>
  28. Traceback (most recent call last):
  29. File "/share/apps/python/2.7.9/Canopy_64bit/User/lib/python2.7/site-packages/site.py", line 75, in <module>
  30. __boot()
  31. __boot()
  32. File "/share/apps/python/2.7.9/Canopy_64bit/User/lib/python2.7/site-packages/site.py", line 3, in __boot
  33. File "/share/apps/python/2.7.9/Canopy_64bit/User/lib/python2.7/site-packages/site.py", line 3, in __boot
  34. import os
  35. ImportError: import os
  36. No module named osImportError: No module named os
  37.  
  38. -------------------------------------------------------
  39. Primary job terminated normally, but 1 process returned
  40. a non-zero exit code.. Per user-direction, the job has been aborted.
  41. -------------------------------------------------------
  42. --------------------------------------------------------------------------
  43. mpiexec detected that one or more processes exited with non-zero status, thus causing
  44. the job to be terminated. The first process to do so was:
  45.  
  46. Process name: [[1922,1],0]
  47. Exit code: 1
  48. --------------------------------------------------------------------------
  49. [hostname:38127] 1 more process has sent help message help-mpi-btl-openib.txt / default subnet prefix
  50. [hostname:38127] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement