Hi,
I installed the PGI 19.10 Community Edition on my Mac laptop to visualize profiling data remotely. The command line interface for prgprof (pgprof --help) works but when I run “pgprof” to get the GUI for the visual profiler, I get the following warnings and an error log:
Warnings on zsh terminal:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/opt/pgi/osx86-64/2019/cuda/10.1/libnvvp/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Error log:
pgprof_err.txt (19.2 KB)
Any leads on how to solve this problem would be very helpful. I am using a 2018 MacBook Pro with macOS Catalina 10.15.4. Thanks!