RCE 8.1.0 (Jul 14, 2017)
rmischke-dlr
released this
06 Feb 19:59
·
19 commits
to master
since this release
Synopsis
- Bidirectional connections in a workflow are now separated to improve visual clarity
- Added a dialog for profile selection at start up ("rce -p"), which also supports changing the default profile
- Dropped support for 32-bit operating systems
Workflow Editor
- Enhanced zooming capabilities
- Changed depiction of bidirectional connections to two separate lines
- Added functionality to export the workflow as an image file
- A small icon in a component indicates if it runs "Local only" or in "Tool imitation run mode". That icon is now also shown in Runtime Workflow Editor.
DOE Component
- Added capability to receive the table for custom table design method as input at runtime
Driver Components
- Start values of forwarding inputs can now be declared as constant
Tool Integration
- CPACS Tool Integration: Fixed logical path of output file existence check
- Enhanced templates for CPACS tools
SSH / Remote Access
- Fixed temporary SCP folders not being deleted after Remote Access sessions
- Added option to customize the SSH session timeout (which must be set for RA tools that run longer than the default of 10 minutes)
Startup
- Added a dialog to select a profile to start with (command line: "rce -p")
- Improved error handling during startup
- Fixed a startup crash issue when starting several RCE instances at once
- Reduced disk activity on startup
Misc/Internal
- Fixed a bug which assigned the wrong owner to a log file during installation of the RCE daemon
- Fixed a bug which erased the selected target execution instance during a workflow update
- Fixed an issue in the network view (Published components' subtree was not shown in some cases)
- Fixed handling of expanded states of nodes in the Network View and Workflow Data Browser
- Temporary files for remote tool access are now cleaned up after successful execution
- Added an Eclipse-style popup for successful exports from Workflow Data Browser
- Major changes to the source repository structure and the handling of external binaries (Dakota/TiGLViewer)
- Completely removed support for 32-bit builds (which were only disabled before) for maintainability
- Eliminated the need to copy the Dakota binaries to a temporary location on every start
- Migrated the build process to JDK 8 and Maven >= 3.2.0 (which are now also required for building RCE)