Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile failure using PGI #2

Open
dkokron opened this issue Oct 22, 2019 · 0 comments
Open

compile failure using PGI #2

dkokron opened this issue Oct 22, 2019 · 0 comments

Comments

@dkokron
Copy link

dkokron commented Oct 22, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant