Skip to content
Snippets Groups Projects
Commit a5b05885 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Let mpcdf_info say something about the PGI compilers

parent dde9e3a0
Branches
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ def do_mpcdf_info(self, subcmd, opts, *args): ...@@ -48,6 +48,7 @@ def do_mpcdf_info(self, subcmd, opts, *args):
print_attribute("Default MPI", "MPCDF:default_mpi") print_attribute("Default MPI", "MPCDF:default_mpi")
print_attribute("CUDA versions", "MPCDF:cuda_modules") print_attribute("CUDA versions", "MPCDF:cuda_modules")
print_attribute("Default CUDA", "MPCDF:default_cuda") print_attribute("Default CUDA", "MPCDF:default_cuda")
print_attribute("PGI compilers", "MPCDF:pgi_modules")
unmanaged = [] unmanaged = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment