Nicholas Chaimov

Results 35 comments of Nicholas Chaimov

The tests appear to be failing because the workflow script is using the disabled `set-env` feature. I think this needs the changes to the workflow scripts from the `sane-dependencies` branch....

Since none of our parsers support clang headers, I don’t think we’d ever want to use clang with PDT.

PDT isn’t used for sampling, so we don’t need it in that case. I believe that TAU Commander will automatically use a non-PDT build of TAU when sampling is used.

`paratools04` has `/tmp`/ mounted `noexec`, so this can be tested there. Tests will normally fail. They will succeed with, for example, `export TMPDIR=/dev/shm`

The error for the full install is caused by PDT being compiled with a different compiler family than TAU is being compiled with. Since PDT doesn't support Clang, it will...

It is supported so long as you have a real GCC installed. The important part is the standard library headers -- PDT can't parse Clang's headers because it doesn't know...

I am unsure of the source of the error you are seeing with the installation of Miniconda. I was unable to reproduce it on our systems. Can you provide more...

TAU already supports arm64 macOS, except for source instrumentation, primarily because it requires PDT requires GCC headers and not Clang, and GCC isn't going to be fully supported on arm64...

I'm not sure where this is occurring. If I run with debug logging enabled, the error seems to happen prior to anything in the Makefile actually executing: With the `make`...

NEC documentation at https://www.nec.com/en/global/prod/hpc/aurora/document/index.html In particular, documentation on running programs on the accelerator is at https://www.hpc.nec/documents/guide/pdfs/ProgramExecutionQuickGuide_E.pdf