nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified

Issue #60 resolved
Pei JIA created an issue

My ENV:

➜  ~ uname -r
5.15.0-40-generic
➜  ~ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:    22.04
Codename:   jammy
➜  ~ gcc --version
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I’m trying to build magma-2.6.2, but obtained the following ERROR, at the first percetage: 1% :

nvcc fatal   : A single input file is required for a non-link phase when an outputfile is specified
CMake Error at magma_generated_ztrtri_upper_batched.cu.o.Release.cmake:220 (message):
  Error generating
  ....../magma-2.6.2/build/CMakeFiles/magma.dir/magmablas/./magma_generated_ztrtri_upper_batched.cu.o


make[2]: *** [CMakeFiles/magma.dir/build.make:535: CMakeFiles/magma.dir/magmablas/magma_generated_ztrtri_upper_batched.cu.o] Error 1
make[2]: Leaving directory '....../magma-2.6.2/build'
make[1]: *** [CMakeFiles/Makefile2:1321: CMakeFiles/magma.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Comments (2)

  1. Ahmad Abdelfattah

    Hi,

    We are revisiting all the open issues in MAGMA. Can you please confirm if this is still an issue with the latest magma release (2.7.2)?

  2. Log in to comment