Revision 495ba1d016a9cd080414e81cb18c968304c28df4 authored by James Foucar on 13 October 2023, 18:22:39 UTC, committed by James Foucar on 13 October 2023, 18:22:39 UTC
Fix MKL linking on pm-cpu_intel

Need to tell cmake to use Intel vendor for blas.

[BFB]
2 parent s 14d8fa1 + a063972
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

#the site directory
site

# Ignore emacs backup files
*~
back to top