-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack compiler list also finds compilers #28038
Description
Steps to reproduce
I suspect that this is not a bug, but it is surprising behaviour. If I run spack compiler list on a Cray system (have not tried elsewhere) with no compilers in any config, it will populate ~/.spack/cray/compilers.yaml with the compilers on the system.
# expected output here
simbergm@daint104:~$ spack compiler list --scope defaults
==> Available compilers
simbergm@daint104:~$ spack compiler list --scope system
==> Available compilers
simbergm@daint104:~$ spack compiler list --scope site
==> Available compilers
# not expected here
simbergm@daint104:~$ rm -rf ~/.spack
simbergm@daint104:~$ spack compiler list --scope user
==> Available compilers
-- cce cnl7-any -------------------------------------------------
[email protected] [email protected] [email protected] [email protected] [email protected]
-- gcc cnl7-any -------------------------------------------------
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
-- gcc sles15-x86_64 --------------------------------------------
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
-- intel cnl7-any -----------------------------------------------
[email protected] [email protected] [email protected] [email protected]
-- intel sles15-x86_64 ------------------------------------------
[email protected] [email protected] [email protected] [email protected]
-- nvhpc cnl7-any -----------------------------------------------
[email protected]
-- pgi cnl7-any -------------------------------------------------
[email protected] [email protected]
-- pgi sles15-x86_64 --------------------------------------------
[email protected]
simbergm@daint104:~$ cat ~/.spack/cray/compilers.yaml
compilers:
- compiler:
spec: [email protected]
paths:
cc: cc
cxx: CC
f77: ftn
fc: ftn
flags: {}
operating_system: cnl7
target: any
modules:
- PrgEnv-cray
- cce/10.0.2
environment: {}
extra_rpaths: []
# more compilers follow...
spack compiler find also populates the compilers, but in that case I'm expecting it because I'm explicitly asking spack to find compilers. In the case of spack compiler list I'd expect it to just list no compilers, with perhaps a message telling the user to use spack compiler find to populate the list of compilers.
If I have even one compiler in the config spack compiler list will not find compilers, but spack compiler find will (as expected).
Finally, and this may be worth a separate issue, if I comment out the full ~/.spack/cray/compilers.yaml file spack compilers list will again populate the file, but overwriting the file. This seems like very dangerous behaviour. I may want to keep commented out compilers there, and unless I'm careful the file may be overwritten. I don't know if this applies to other config files as well.
Error message
Debug output with no compilers defined (note that the /apps/daint/UES/simbergm/spack/etc/spack/cray/compilers.yaml file is all commented out and not relevant to this).
==> [2021-12-16-12:11:22.385104] Imported compiler from built-in commands
==> [2021-12-16-12:11:22.387663] Imported compiler from built-in commands
==> [2021-12-16-12:11:22.388330] Reading config file /apps/daint/UES/simbergm/spack/etc/spack/cray/compilers.yaml
==> [2021-12-16-12:11:22.755154] [CRAY FE] Detected FE compiler [name=aocc, versions=()]
==> [2021-12-16-12:11:22.777414] [CRAY FE] Detected FE compiler [name=cce, versions=('10.0.2', '11.0.2', '12.0.2', '11.0.0', '11.0.4')]
==> [2021-12-16-12:11:22.891763] [CRAY FE] Detected FE compiler [name=oneapi, versions=()]
==> [2021-12-16-12:11:22.916128] [CRAY FE] Detected FE compiler [name=gcc, versions=('8.1.0', '9.3.0', '10.2.0', '8.3.0', '10.1.0', '10.3.0')]
==> [2021-12-16-12:11:23.031918] [CRAY FE] Detected FE compiler [name=intel, versions=('19.0.1.144', '19.1.3.304', '19.1.1.217', '2021.2.0')]
==> [2021-12-16-12:11:23.121309] [CRAY FE] Detected FE compiler [name=nvhpc, versions=('21.3',)]
==> [2021-12-16-12:11:23.159665] [CRAY FE] Detected FE compiler [name=oneapi, versions=()]
==> [2021-12-16-12:11:23.182846] [CRAY FE] Detected FE compiler [name=pgi, versions=('20.1.0', '20.1.1')]
==> [2021-12-16-12:11:23.486200] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.488853] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.490119] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.491471] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.494451] '/users/simbergm/.local/bin/clang-format' '--version'
==> [2021-12-16-12:11:23.497487] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.487602] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.505234] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.506787] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.508178] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.511280] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.512925] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.514390] '/usr/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.493040] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.484918] '/users/simbergm/.local/bin/clang-format' '--version'
==> [2021-12-16-12:11:23.527927] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.519738] '/opt/gcc/8.1.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.545600] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.550681] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.553051] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.555538] '/usr/bin/gfortran-7' '--version'
==> [2021-12-16-12:11:23.575609] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.578009] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.583203] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.584989] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
==> [2021-12-16-12:11:23.586398] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.591951] '/opt/gcc/10.2.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.593573] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.612673] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
==> [2021-12-16-12:11:23.614391] '/opt/gcc/10.1.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.621755] '/usr/bin/gfortran-7' '--version'
==> [2021-12-16-12:11:23.623648] '/opt/gcc/9.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.628356] '/opt/gcc/9.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.633618] '/opt/gcc/10.2.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.635142] '/opt/gcc/10.1.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.644483] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.649836] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.651556] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.663141] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.668158] '/opt/gcc/8.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.669995] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
==> [2021-12-16-12:11:23.671635] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.673159] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.674620] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.676300] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.677904] '/opt/gcc/9.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.685494] '/opt/gcc/8.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.690260] '/opt/gcc/10.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.692167] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.705560] '/opt/gcc/10.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.710232] '/opt/gcc/8.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.711982] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.717207] '/opt/gcc/9.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.718958] '/opt/gcc/10.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.744706] '/opt/gcc/10.3.0/bin/gfortran' '--version'
==> [2021-12-16-12:11:23.746384] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
==> [2021-12-16-12:11:23.747993] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.758252] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/dpcpp' '--version'
==> [2021-12-16-12:11:23.750037] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx' '--version'
==> [2021-12-16-12:11:23.765352] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
==> [2021-12-16-12:11:23.768182] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
==> [2021-12-16-12:11:23.773579] '/usr/bin/gcc' '--version'
==> [2021-12-16-12:11:23.775504] '/opt/gcc/8.1.0/bin/gcc' '--version'
==> [2021-12-16-12:11:23.787265] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx' '--version'
==> [2021-12-16-12:11:23.788926] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
==> [2021-12-16-12:11:23.795256] '/opt/gcc/10.2.0/bin/gcc' '--version'
==> [2021-12-16-12:11:23.796833] '/opt/gcc/10.1.0/bin/gcc' '--version'
==> [2021-12-16-12:11:23.798559] '/usr/bin/g++' '--version'
==> [2021-12-16-12:11:23.800441] '/opt/gcc/8.1.0/bin/g++' '--version'
==> [2021-12-16-12:11:23.805268] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
==> [2021-12-16-12:11:23.810055] '/opt/gcc/10.2.0/bin/g++' '--version'
==> [2021-12-16-12:11:23.811642] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx' '--version'
==> [2021-12-16-12:11:23.816046] '/opt/gcc/10.1.0/bin/g++' '--version'
==> [2021-12-16-12:11:23.827071] '/usr/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.832317] '/opt/gcc/8.1.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.835842] '/opt/gcc/10.2.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.851834] '/opt/gcc/10.1.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:23.853890] '/opt/gcc/8.1.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:23.855733] '/opt/gcc/10.1.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.834119] '/usr/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:23.861195] '/opt/gcc/10.1.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:23.863366] '/usr/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.864898] '/opt/gcc/8.1.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.879944] '/opt/gcc/10.2.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.891183] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
==> [2021-12-16-12:11:23.894247] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/dpcpp' '--version'
==> [2021-12-16-12:11:23.898192] '/opt/gcc/10.2.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:23.896765] '/usr/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:23.900080] '/opt/gcc/8.1.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:23.901978] '/usr/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.909806] '/opt/gcc/10.2.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.911860] '/opt/gcc/10.1.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:23.919224] '/opt/gcc/10.2.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.928516] '/opt/intel/compilers_and_libraries_2019.1.144/linux/bin/intel64/icc' '--version'
==> [2021-12-16-12:11:23.926968] '/opt/gcc/8.1.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:23.941039] '/opt/gcc/10.2.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:23.942719] '/usr/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:23.953846] '/opt/gcc/8.1.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.962525] '/opt/gcc/10.1.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:23.964374] '/opt/gcc/10.1.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:23.965886] '/usr/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.979835] '/opt/gcc/10.2.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:23.981427] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/intel64/icc' '--version'
==> [2021-12-16-12:11:23.983206] '/opt/intel/compilers_and_libraries_2019.1.144/linux/bin/intel64/icpc' '--version'
==> [2021-12-16-12:11:23.989116] '/opt/gcc/8.1.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.994424] '/opt/gcc/10.1.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:23.996476] '/opt/gcc/8.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.004000] '/usr/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:24.010558] '/usr/bin/gfortran-7' '-dumpversion'
==> [2021-12-16-12:11:24.012500] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/intel64/icpc' '--version'
==> [2021-12-16-12:11:24.008760] '/opt/gcc/8.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.017818] '/opt/gcc/9.3.0/bin/g++' '--version'
==> [2021-12-16-12:11:23.984594] '/opt/gcc/10.1.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.019495] '/opt/gcc/9.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.036267] '/usr/bin/gfortran-7' '-dumpversion'
==> [2021-12-16-12:11:24.038511] '/opt/gcc/8.1.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:24.040170] '/opt/gcc/9.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.042397] '/opt/gcc/10.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.050568] '/usr/bin/gcc-7' '--version'
==> [2021-12-16-12:11:24.057051] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/icc' '--version'
==> [2021-12-16-12:11:24.064289] '/usr/bin/gfortran-7' '-dumpfullversion'
==> [2021-12-16-12:11:24.066239] '/opt/gcc/10.3.0/bin/gcc' '--version'
==> [2021-12-16-12:11:24.071311] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/icpc' '--version'
==> [2021-12-16-12:11:24.091984] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/intel64/icc' '--version'
==> [2021-12-16-12:11:24.097182] '/usr/bin/g++-7' '--version'
==> [2021-12-16-12:11:24.098860] '/opt/gcc/9.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.104007] '/opt/gcc/10.3.0/bin/gfortran' '-dumpversion'
==> [2021-12-16-12:11:24.105663] '/opt/gcc/10.3.0/bin/g++' '--version'
==> [2021-12-16-12:11:24.107302] '/usr/bin/gcc-7' '-dumpversion'
==> [2021-12-16-12:11:24.116047] '/opt/intel/compilers_and_libraries_2019.1.144/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.058893] '/opt/gcc/8.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.122070] '/opt/gcc/9.3.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:24.123697] '/opt/gcc/9.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.135093] '/opt/gcc/10.2.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:24.142982] '/opt/gcc/8.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.149546] '/opt/gcc/9.3.0/bin/gcc' '--version'
==> [2021-12-16-12:11:24.155161] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/intel64/icpc' '--version'
==> [2021-12-16-12:11:24.157033] '/opt/gcc/8.3.0/bin/gcc' '--version'
==> [2021-12-16-12:11:24.165472] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.173626] '/opt/intel/compilers_and_libraries_2019.1.144/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.175426] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.177035] '/opt/gcc/9.3.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:24.183424] '/opt/gcc/10.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.184915] '/opt/gcc/10.3.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:24.190050] '/opt/gcc/8.3.0/bin/g++' '--version'
==> [2021-12-16-12:11:24.192134] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx' '--version'
==> [2021-12-16-12:11:24.197296] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx' '--version'
==> [2021-12-16-12:11:24.209127] '/opt/gcc/10.3.0/bin/gfortran' '-dumpfullversion'
==> [2021-12-16-12:11:24.213757] '/opt/gcc/8.3.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:24.215376] '/opt/gcc/10.3.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:24.217922] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.219424] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icpx' '--version'
==> [2021-12-16-12:11:24.227311] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
==> [2021-12-16-12:11:24.241075] '/usr/bin/g++-7' '-dumpversion'
==> [2021-12-16-12:11:24.246627] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgcc' '-V'
==> [2021-12-16-12:11:24.248820] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgc++' '-V'
==> [2021-12-16-12:11:24.253985] '/opt/gcc/10.3.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:24.259162] '/opt/gcc/9.3.0/bin/gcc' '-dumpversion'
==> [2021-12-16-12:11:24.267113] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.268939] '/usr/bin/gcc-7' '-dumpfullversion'
==> [2021-12-16-12:11:24.270950] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgfortran' '-V'
==> [2021-12-16-12:11:24.278527] '/opt/gcc/8.3.0/bin/g++' '-dumpversion'
==> [2021-12-16-12:11:24.285889] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.288110] '/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icpx' '--version'
==> [2021-12-16-12:11:24.293641] '/opt/gcc/10.3.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:24.305171] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgf90' '-V'
==> [2021-12-16-12:11:24.307519] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icpx' '--version'
==> [2021-12-16-12:11:24.309647] '/usr/bin/g++-7' '-dumpfullversion'
==> [2021-12-16-12:11:24.314349] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgfortran' '-V'
==> [2021-12-16-12:11:24.322413] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgf95' '-V'
==> [2021-12-16-12:11:24.324180] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/intel64/ifort' '--version'
==> [2021-12-16-12:11:24.331737] '/opt/gcc/8.3.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:24.337251] '/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx' '--version'
==> [2021-12-16-12:11:24.341174] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgc++' '-V'
==> [2021-12-16-12:11:24.349830] '/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
==> [2021-12-16-12:11:24.355136] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgfortran' '-V'
==> [2021-12-16-12:11:24.356734] '/opt/gcc/8.3.0/bin/g++' '-dumpfullversion'
==> [2021-12-16-12:11:24.377505] '/opt/gcc/9.3.0/bin/gcc' '-dumpfullversion'
==> [2021-12-16-12:11:24.379556] '/opt/pgi/20.1.0/linux86-64/20.1/bin/pgf95' '-V'
==> [2021-12-16-12:11:24.388172] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgcc' '-V'
==> [2021-12-16-12:11:24.398039] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgf90' '-V'
==> [2021-12-16-12:11:24.399629] '/opt/pgi/20.1.1/linux86-64/20.1/bin/pgfortran' '-V'
==> [2021-12-16-12:11:24.439652] Couldn't get version for compiler /users/simbergm/.local/bin/clang-format
==> [2021-12-16-12:11:24.439826] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.439869] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.439906] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.439937] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.439966] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.439997] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440027] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440060] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440090] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440118] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440146] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440175] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440203] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440231] Couldn't get version for compiler /users/simbergm/.local/bin/clang-format
==> [2021-12-16-12:11:24.440260] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440288] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440318] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440346] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440400] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440431] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440462] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440490] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440518] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440545] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440572] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440600] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440627] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.440654] Couldn't get version for compiler /usr/bin/gfortran
==> [2021-12-16-12:11:24.440682] Couldn't get version for compiler /usr/bin/gfortran-7
==> [2021-12-16-12:11:24.440709] Couldn't get version for compiler /opt/gcc/8.1.0/bin/gfortran
==> [2021-12-16-12:11:24.440736] Couldn't get version for compiler /opt/gcc/9.3.0/bin/gfortran
==> [2021-12-16-12:11:24.440762] Couldn't get version for compiler /opt/gcc/10.2.0/bin/gfortran
==> [2021-12-16-12:11:24.440789] Couldn't get version for compiler /opt/gcc/8.3.0/bin/gfortran
==> [2021-12-16-12:11:24.440816] Couldn't get version for compiler /opt/gcc/10.1.0/bin/gfortran
==> [2021-12-16-12:11:24.440843] Couldn't get version for compiler /opt/gcc/10.3.0/bin/gfortran
==> [2021-12-16-12:11:24.440870] Couldn't get version for compiler /usr/bin/gfortran
==> [2021-12-16-12:11:24.440898] Couldn't get version for compiler /usr/bin/gfortran-7
==> [2021-12-16-12:11:24.440925] Couldn't get version for compiler /opt/gcc/8.1.0/bin/gfortran
==> [2021-12-16-12:11:24.440952] Couldn't get version for compiler /opt/gcc/9.3.0/bin/gfortran
==> [2021-12-16-12:11:24.440978] Couldn't get version for compiler /opt/gcc/10.2.0/bin/gfortran
==> [2021-12-16-12:11:24.441004] Couldn't get version for compiler /opt/gcc/8.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441030] Couldn't get version for compiler /opt/gcc/10.1.0/bin/gfortran
==> [2021-12-16-12:11:24.441055] Couldn't get version for compiler /opt/gcc/10.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441083] Error while executing candidate compiler /usr/bin/cc
TypeError: expected string or bytes-like object
==> [2021-12-16-12:11:24.441110] Couldn't get version for compiler /users/simbergm/.local/bin/clang-format
==> [2021-12-16-12:11:24.441137] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441164] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441192] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441221] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441251] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441278] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441315] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441345] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-bundler: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441372] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-deps: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441400] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang-offload-wrapper: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441427] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441454] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441482] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/clang++: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441509] Couldn't get version for compiler /usr/bin/gfortran
==> [2021-12-16-12:11:24.441536] Couldn't get version for compiler /usr/bin/gfortran-7
==> [2021-12-16-12:11:24.441563] Couldn't get version for compiler /opt/gcc/8.1.0/bin/gfortran
==> [2021-12-16-12:11:24.441589] Couldn't get version for compiler /opt/gcc/9.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441615] Couldn't get version for compiler /opt/gcc/10.2.0/bin/gfortran
==> [2021-12-16-12:11:24.441641] Couldn't get version for compiler /opt/gcc/8.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441667] Couldn't get version for compiler /opt/gcc/10.1.0/bin/gfortran
==> [2021-12-16-12:11:24.441694] Couldn't get version for compiler /opt/gcc/10.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441721] Couldn't get version for compiler /usr/bin/gfortran
==> [2021-12-16-12:11:24.441749] Couldn't get version for compiler /usr/bin/gfortran-7
==> [2021-12-16-12:11:24.441775] Couldn't get version for compiler /opt/gcc/8.1.0/bin/gfortran
==> [2021-12-16-12:11:24.441801] Couldn't get version for compiler /opt/gcc/9.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441827] Couldn't get version for compiler /opt/gcc/10.2.0/bin/gfortran
==> [2021-12-16-12:11:24.441853] Couldn't get version for compiler /opt/gcc/8.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441879] Couldn't get version for compiler /opt/gcc/10.1.0/bin/gfortran
==> [2021-12-16-12:11:24.441905] Couldn't get version for compiler /opt/gcc/10.3.0/bin/gfortran
==> [2021-12-16-12:11:24.441931] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441959] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.441988] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442017] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/dpcpp
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/dpcpp' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/dpcpp: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442044] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/dpcpp
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/dpcpp' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/dpcpp: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442072] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442100] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442159] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442189] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442217] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442253] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icpx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icpx' '--version'
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/icpx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442283] Couldn't get version for compiler /opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icpx
Command exited with status 127:
'/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icpx' '--version'
/opt/intel/compilers_and_libraries_2020.1.217/linux/bin/icpx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442312] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/icpx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icpx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/icpx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442339] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:24.442366] Couldn't get version for compiler /opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx
Command exited with status 127:
'/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx' '--version'
/opt/intel/oneapi/compiler/2021.2.0/linux/bin/ifx: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
==> [2021-12-16-12:11:22.388112] Available compilers
-- cce cnl7-any -------------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- gcc cnl7-any -------------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- gcc sles15-x86_64 --------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- intel cnl7-any -----------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
-- intel sles15-x86_64 ------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
-- nvhpc cnl7-any -----------------------------------------------
[email protected]
-- pgi cnl7-any -------------------------------------------------
[email protected]
[email protected]
-- pgi sles15-x86_64 --------------------------------------------
[email protected]
Second run with the config populated:
==> [2021-12-16-12:11:41.182259] Imported compiler from built-in commands
==> [2021-12-16-12:11:41.184687] Imported compiler from built-in commands
==> [2021-12-16-12:11:41.185320] Reading config file /apps/daint/UES/simbergm/spack/etc/spack/cray/compilers.yaml
==> [2021-12-16-12:11:41.215166] Reading config file /users/simbergm/.spack/cray/compilers.yaml
==> [2021-12-16-12:11:41.185106] Available compilers
-- cce cnl7-any -------------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- gcc cnl7-any -------------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- gcc sles15-x86_64 --------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- intel cnl7-any -----------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
-- intel sles15-x86_64 ------------------------------------------
[email protected]
[email protected]
[email protected]
[email protected]
-- nvhpc cnl7-any -----------------------------------------------
[email protected]
-- pgi cnl7-any -------------------------------------------------
[email protected]
[email protected]
-- pgi sles15-x86_64 --------------------------------------------
[email protected]
Information on your system
$ spack debug report
* **Spack:** 0.17.0-508-e04b1ffa69
* **Python:** 3.6.12
* **Platform:** cray-sles15-haswell
* **Concretizer:** clingo
* ```
### General information
- [X] I have run `spack debug report` and reported the version of Spack/Python/Platform
- [X] I have searched the issues of this repo and believe this is not a duplicate
- [X] I have run the failing commands in debug mode and reported the output