Was this helpful?
Customize the Runtime Environment
After installing OpenROAD, you can customize the runtime environment by following these steps.
1. The MSC subsystem is set up to run as a system service, S99mwcore_services, as a daemon process at system boot time.
If you have previously set up a daemon process S99orspo to start the OpenROAD Server at system boot, ensure that the daemon runs after the MSC subsystem daemon process.
2. Use the environment setup script created by the installer, replacing XX with your installation identifier:
For C shell (csh):
% source $HOME/.orXXcsh
For Bourne (sh), Korn (ksh), or bash shell:
$ . $HOME/.orXXsh
 
Last modified date: 12/20/2023