Advertisement
George5610

meson output

Jun 15th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Dependency ompi found: YES 4.1.0 (cached)
  2. Message: -------------------------------------------------------------------------
  3. | ___ _ _ ___ |
  4. | / __| | | |_ ) Release 7.3.1 "Blackbird" |
  5. | \__ \ |_| |/ / |
  6. | |___/\___//___| Meson Configuration Summary |
  7. | |
  8. -------------------------------------------------------------------------
  9.  
  10. Option Value
  11. ---------------------
  12. TecIO: true
  13. CGNS: true
  14. AD (reverse): false
  15. AD (forward): false
  16. Python Wrapper: false
  17. Intel-MKL: false
  18. OpenBlas: false
  19. PaStiX: false
  20. Mixed Float: false
  21. libROM: false
  22.  
  23. Please be sure to add the $SU2_HOME and $SU2_RUN environment variables,
  24. and update your $PATH (and $PYTHONPATH if applicable) with $SU2_RUN
  25.  
  26. Based on the input to this configuration, add these lines to your .bashrc file:
  27.  
  28. export SU2_RUN=/usr/local/bin
  29. export SU2_HOME=/clusterfs/SU2bin
  30. export PATH=$PATH:$SU2_RUN
  31. export PYTHONPATH=$PYTHONPATH:$SU2_RUN
  32.  
  33. Use './ninja -C build install' to compile and install SU2
  34.  
  35. Build targets in project: 16
  36.  
  37. SU2 7.3.1 "Blackbird"
  38.  
  39. User defined options
  40. custom-mpi: true
  41. extra-deps: ompi
  42.  
  43. Found ninja-1.10.0.git at /clusterfs/SU2bin/ninja
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement