|
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
pgcc --version
pgcc (aka nvc) 22.11-0 64-bit target on x86-64 Linux -tp haswell
PGI Compilers and Tools
Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
包括nvcc,nvfortran,等等,都有版本显示。
但始终提示出错:
Sets the limit of stack variables in a procedure or kernel, in KB
ptxinfo Print ptxas information
[no]unroll Enable automatic inner loop unrolling (default at -O3)
[no]managed Use CUDA Managed Memory
beta Enable beta code generation features
autocompare Automatically compare OpenACC CPU/GPU results: implies redundant
redundant Redundant OpenACC CPU/GPU execution
[no]implicitsections
Implicitly convert array element to array section in OpenMP or OpenACC data clauses
make[1]: *** [../make.inc:16:parallel_include.o] 错误 1
make[1]: 离开目录“/home/hz/Downloads/qe-7.1/UtilXlib”
make: *** [Makefile:209:libutil] 错误 1
不知道是何故? |
|