Skip to content

lsst-ts/ts_opensplice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Rubin Observatory build of the community edition of OpenSplice DDS.

It is the version currently used by Rubin Observatory  developers.

OpenSpliceDDS directory contains the HDE for versions 6.9.0

An environment variable, OSPL_HOME, must point to the subdirectory:
 ./OpenSpliceDDS/V6.9.0/HDE/x86_64.linux 

If this package is set up with eups, this environment variable is automatically set.

Note that there are firewall rules that must be modified to use DDS/Opensplice. 
These changes to the firewall should only need to occur once, and thus are not part of
the eups installation or setup. 

Please see $TS_SAL_DIR/SAL_User_Guide.pdf for instructions on the firewall setup (section 1 and most of section 2). 
If you wish to support running more than one simulation at a time, the port range specified in the manual needs 
to be extended to accommodate this. The lowest port number is always 7400. To figure out the highest port number necessary, 
use this formula:

```7413 + (14 * (Njobs - 1))```