Revision d311e8e20dab86ffe1743f3ef9e0e48ed85e93bb authored by noel on 15 November 2021, 23:25:05 UTC, committed by noel on 15 November 2021, 23:25:05 UTC
and do `../scripts/converter ../config_compilers.xml -c perlmutter`
to generate cmake_macros.
1 parent 9e7b8d5
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

# Ignore emacs backup files
*~
back to top