Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [root@localhost Inversion]# yum install openmpi
  2. Loaded plugins: langpacks
  3. Package openmpi-1.8.3-2.fc21.x86_64 already installed and latest version
  4. Nothing to do
  5. [root@localhost Inversion]# make all
  6. mpif90 -O3 -c src/dispersion.f90
  7. make: mpif90: Command not found
  8. Makefile:18: recipe for target 'obj' failed
  9. make: *** [obj] Error 127
  10.  
  11. dnf whatprovides "*/mpif90"
  12.  
  13. yum install openmpi-devel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement