This repository was archived by the owner on Apr 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Laksono Adhianto edited this page Dec 9, 2020
·
8 revisions
This is a pilot project of hpcviewer based on Eclipse 4, rewriting mostly from scratch. Some parts are portable without modification (like hpcdata plugin), many are heavily modified. Once stable, we may integrate into HPCToolkit spack build system.
The goals:
- Can work the latest version of Eclipse and newer version of Java (11 or newer). done
- Can work with 4 platforms: Win32, Mac, Linux x86_64 and Linux ppcle64. done
- Can be built easily with a command line (Maven) from Linux, Mac and Windows. partially done
- Can integrate smoothly between
hpcviewer
andhpctraceviewer
. partially done - Can be automatically tested.
hpcviewer | hpcviewer.e4 | |
---|---|---|
Eclipse | 3.7 for Linux and Windows, 4.6 + compatibility layer for Mac | 4.16. |
Java. | 7 and 8 for Linux and Windows, 8 for Mac | 8 or newer (but not Java 15). |
GTK. | 2.x. | 3.20 or newer |
Platforms supported | 32 and 64 bits, ppc64le, ppc | 64 bits only and ppcle64. Soon Aarch64 |
Build systems. | Eclipse IDE. | Maven or Eclipse IDE |
Applications | hpcviewer & hpctraceviewer | hpcviewer (hpctraceviewer is merged into hpcviewer) |
- https://www.eclipse.org/swt/faq.php
- RCP Testing tool https://www.eclipse.org/rcptt/
- UI functional testing tools https://www.eclipse.org/swtbot/