Skip to content

compile failure using PGI #2

@dkokron

Description

@dkokron

git reflog
5a6577f (HEAD -> master, origin/master, origin/HEAD) HEAD@{0}: clone: from https://github.com/NVIDIA/cuda-profiler.git

pgcc --version
pgcc 19.5-0 LLVM 64-bit target on x86-64 Linux -tp sandybridge
PGI Compilers and Tools
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.

65> make
python2.7 wrap/wrap.py -f -o nvtx_pmpi.c nvtx.w
mpicc -I/nasa/cuda/10.1/include -DPIC -fPIC -c nvtx_pmpi.c -o nvtx_pmpi.o
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 627)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 729)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 729)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 825)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 825)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 921)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 921)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1017)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1017)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1017)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1017)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC-S-0094-Illegal type conversion required (nvtx_pmpi.c: 1065)
PGC/x86-64 Linux 19.5-0: compilation completed with severe errors
Makefile:5: recipe for target 'nvtx_pmpi.o' failed
make: *** [nvtx_pmpi.o] Error 2

compiles fine with gcc-8.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions