Feature Requests in SW Packages Area
- Implement feature
request 77922: the dal_create_sw_repository utility allows
to set the PatchArea attribute using -p command line option.
- Move PatchArea
attribute from SW_Repository
to base SW_Package
class to allow patches for external packages
- One can use patch.area CMT macro to specify patch area for
external packages; this will be taken into account by the
dal_create_sw_repository utility
Feature Request for CORAL Authentication
File Creation
Implement feature
request 76416: the utility
dal_create_db_connection_files does not create any authentication
file, if the environment variable CORAL_AUTH_PATH is not set nor the
path to write the file to is specified in the command line.
Algorithms Bug Fixes and Feature Requests
- Fix bug 81723:
implement correct order
of package variables extensions, i.e. now SW_PackageVariable are prepended instead of appended.
- Add algorithm std::string
Segment::find_is_server_by_mask(const std::string& mask,
const daq::core::Partition& partition) to search
nearest IS server application (starting from given segment in
direction of partition) with name started from mask. If such
application is found, the name of corresponding IS server is
returned. Otherwise the mask value is returned, that means the
search has failed.
- To improve performance of RDB servers with current ATLAS
partition set default depth-of-referenced-objects parameter of get_partition()
algorithm equal to 10. This allows to return all Run Control
related objects (i.e. components, applications, parameters) in
single RDB call.
New Message Passing NodeID Ranges
In new release one needs to increase ranges for L2PU and EFDs. It
was decided, that this can be done reducing the range of Node IDs
for PTs (the NodeID in fact is not needed for them at all, so all
PTs are sharing the same NodeID). The new ranges are shown in the
table below:
Application Type
|
Max Number
of Instances
|
Range |
L2PU |
32K |
[32K .. 64K[ |
EFD |
16K |
[16K .. 32K[ |
SFI |
1K |
[15K .. 16K[ |
ROD |
2K |
[13K .. 15K[ |
ROBIN |
2K |
[11K .. 13K[ |
SFO |
1K |
[10K .. 11K[ |
DFM |
1K |
[09K .. 10K[ |
L2SV |
1K |
[08K .. 09K[ |
ROS |
1K |
[07K .. 08K[ |
ROIB |
1K |
[06K .. 07K[ |
LVL2ResultHandler |
1K |
[05K .. 06K[ |
TESTNODEID |
1K |
[04K .. 05K[ |
PT |
any
|
[1]
|