Advertisement
Guest User

Parallel Projection Plot Error

a guest
Jul 8th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. yt : [INFO ] 2017-07-08 17:18:22,294 Global parallel computation enabled: 0 / 2
  2. yt : [INFO ] 2017-07-08 17:18:22,294 Global parallel computation enabled: 1 / 2
  3. P000 yt : [INFO ] 2017-07-08 17:18:22,311 Calculating time from 2.500e-01 to be 6.769e+16 seconds
  4. P000 yt : [INFO ] 2017-07-08 17:18:22,311 Assuming length units are in kpc/h (comoving)
  5. P000 yt : [INFO ] 2017-07-08 17:18:22,335 Parameters: current_time = 6.76870468653e+16 s
  6. P000 yt : [INFO ] 2017-07-08 17:18:22,335 Parameters: domain_dimensions = [2 2 2]
  7. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: domain_left_edge = [ 0. 0. 0.]
  8. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: domain_right_edge = [ 15000. 15000. 15000.]
  9. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: cosmological_simulation = 1
  10. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: current_redshift = 3.0
  11. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: omega_lambda = 0.685
  12. P000 yt : [INFO ] 2017-07-08 17:18:22,336 Parameters: omega_matter = 0.315
  13. P000 yt : [INFO ] 2017-07-08 17:18:22,337 Parameters: hubble_constant = 0.6731
  14. P000 yt : [INFO ] 2017-07-08 17:18:22,341 Allocating for 3.277e+04 particles (index particle type 'all')
  15. P000 yt : [INFO ] 2017-07-08 17:18:22,347 Identified 2.177e+03 octs
  16. File "./parallel_plot.py", line 30, in <module>
  17. P000 yt : [INFO ] 2017-07-08 17:18:24,400 Projection completed
  18. prj = yt.ProjectionPlot(ds, fields=('deposit', 'Halo_density'), axis='z')
  19. File "/home/polaris/Research/yt_rockstar/yt/visualization/plot_window.py", line 1521, in __init__
  20. max_level=max_level)
  21. File "/home/polaris/Research/yt_rockstar/yt/data_objects/construction_data_containers.py", line 264, in __init__
  22. self.get_data(field)
  23. File "/home/polaris/Research/yt_rockstar/yt/data_objects/construction_data_containers.py", line 383, in get_data
  24. input_units = self._projected_units[field]
  25. P001 yt : [ERROR ] 2017-07-08 17:18:24,401 KeyError: ('deposit', 'Halo_density')
  26. P001 yt : [ERROR ] 2017-07-08 17:18:24,401 Error occured on rank 1.
  27. --------------------------------------------------------------------------
  28. MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
  29. with errorcode 1.
  30.  
  31. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
  32. You may or may not see output from other processes, depending on
  33. exactly when Open MPI kills them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement