Closed matthiasdiener closed 6 years ago
Original date: 2018-04-26 15:20:13
Patch to remove it: https://charm.cs.illinois.edu/gerrit/#/c/projections/+/4065/
Original date: 2018-04-27 15:54:52
Follow-up to remove .topo file generation still needs to be done, as noted in the gerrit patch.
Original date: 2018-04-27 17:32:35
Are the .topo files used anywhere outside Projections?
Original date: 2018-05-01 14:14:20
I don't think so. The only other thing that came to mind was BigSim, since it can simulate different network topologies, but that doesn't appear to use ".topo" anywhere.
Original date: 2018-05-02 16:15:47
The .topo files were only used for display and analysis in topology aware studies. AFAIK. When it worked, the feature was enabled if projections was built with java3d support and the application was run on a machine that had a 3D topology that could be extracted.
Original date: 2018-05-02 17:48:01
I think all of this will still work if things are run as Eric said. Using a different version of the j3d library and getting a reasonably close version of libjava3d, I was able to get a window to appear, but it then crashed, likely because the topo file was malformed (seemingly because it wasn't a 3D topology). I think instead of just taking the whole thing out, we can check to see if the j3d library can be loaded or not at startup and toggle the display of the topology tool based on the results of that.
Original date: 2018-05-09 17:42:54
Ronak Buch wrote:
I think all of this will still work if things are run as Eric said. Using a different version of the j3d library and getting a reasonably close version of libjava3d, I was able to get a window to appear, but it then crashed, likely because the topo file was malformed (seemingly because it wasn't a 3D topology). I think instead of just taking the whole thing out, we can check to see if the j3d library can be loaded or not at startup and toggle the display of the topology tool based on the results of that.
As a matter of record, rather than doing this, it seems that this tool was of limited utility for modern/future use, so it was completely removed rather than merely disabling it if the environment isn't correct.
Original date: 2018-05-14 18:04:44
Followup patch to remove .topo file creation: https://charm.cs.illinois.edu/gerrit/#/c/charm/+/4171/ https://github.com/UIUC-PPL/charm/commit/a8b455cfe7d276aa2d7cfae6fc7fe05f1de13427
Original issue: https://charm.cs.illinois.edu/redmine/issues/1886
When trying to open Tools->Topology Display, the following message appears on the terminal:
Tested with JDK8/10 on Linux and Mac.