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

AttributeError when compiling with mpicxx #423

Open
nchaimov opened this issue May 5, 2023 · 1 comment
Open

AttributeError when compiling with mpicxx #423

nchaimov opened this issue May 5, 2023 · 1 comment
Assignees
Labels

Comments

@nchaimov
Copy link
Member

nchaimov commented May 5, 2023

A user reports the following error with OpenMPI v4.1.5 and gcc v9.4.0

tau mpicxx -g -O3 -Wall -no-pie -Wl,--allow-multiple-definition -DDFFT_TIMING=2 -I/home/m.turner/src/spack/opt/spack/linux-ubuntu20.04-zen2/gcc-9.4.0/fftw-3.3.10-vocgvumlxbpt6itgcz2wncavau2zum6w/include -c -o TestDfft.o TestDfft.cpp
[TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[TAU]
[TAU] CRITICAL
[TAU]
[TAU] An unexpected AttributeError exception was raised:
[TAU]
[TAU] 'InstalledCompilerSet' object has no attribute 'append'
[TAU]
[TAU] Traceback (most recent call last):
[TAU]   File "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/tau", line 69, in <module>
[TAU]     sys.exit(cli_main_cmd.main(sys.argv[1:]))
[TAU]   File
[TAU]     "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/../packages/taucmdr/cli/commands/__main__.py",
[TAU]      line 153, in main
[TAU]     return cli.execute_command(shortcut, cmd_args)
[TAU]   File "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/../packages/taucmdr/cli/__init__.py",
[TAU]      line 319, in execute_command
[TAU]     return main(perm_args)
[TAU]   File
[TAU]     "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/../packages/taucmdr/cli/commands/build.py",
[TAU]      line 89, in main
[TAU]     return expr.managed_build(args.cmd, args.cmd_args)
[TAU]   File
[TAU]     "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/../packages/taucmdr/model/experiment.py",
[TAU]      line 373, in managed_build
[TAU]     target_compilers = target.check_compiler(compiler_cmd, compiler_args)
[TAU]   File "/sal/home/m.turner/.local/taucmdr-1.6.0/bin/../packages/taucmdr/model/target.py",
[TAU]      line 723, in check_compiler
[TAU]     known_compilers.append(compiler_record.installation())
[TAU] AttributeError: 'InstalledCompilerSet' object has no attribute 'append'
[TAU]
[TAU] This is a bug in TAU Commander.
[TAU] Please send '/sal/home/m.turner/.local/taucmdr/debug_log' to <[[email protected]](mailto:[email protected])> for
[TAU]     assistance.
[TAU]
[TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
make: *** [Makefile:66: TestDfft.o] Error 15
@nchaimov nchaimov self-assigned this May 5, 2023
@nchaimov nchaimov added the bug label May 5, 2023
@nchaimov
Copy link
Member Author

nchaimov commented May 5, 2023

debug_log.txt

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

No branches or pull requests

1 participant