This page shows the installation process for Lumerical simulation software on SUSE Linux Enterprise Server and Desktop with the Gnome desktop environment.
Note: The process shown will install Lumerical in the "opt" folder in the root directory.
/opt/lumerical/[[verpath]]
Requisites
- Lumerical 2021 R2 and newer.
- Subscription to SUSE Linux for repository access.
- Internet access to download and install dependencies from the repo.
- root or sudo access.
Installation process
- Download Lumerical's Linux installation package from the downloads page. (registration required)
- Unpack the installation file,
- Change to the directory where the rpm files are stored.
- Install the rpm package using zypper.
- This will check for dependencies on your system and install them.
- Ignore the signature verification when prompted.
- Follow the instructions to complete the installation.
cd /location_of_installer/
tar -zxf Lumerical-[[ver]]-{version_number}.tar.gz
cd Lumerical-[[ver]]-{version_number}/rpm_install_files
sudo zypper install Lumerical-[[ver]]-{version_number}.rpm
- Run the launcher and configure Lumerical connect to your license server.
/opt/lumerical/[[verpath]]/bin/launcher
Running Lumerical
- Open Terminal and run the Lumerical CAD from the Launcher using the "New Project" button to the right of the solver/product.
- Run the CAD directly from Terminal (default install path shown):
/opt/lumerical/v221/bin/fdtd-solutions
/opt/lumerical/v221/bin/mode-solutions
/opt/lumerical/v221/bin/interconnect
/opt/lumerical/v221/bin/device
Uninstall Lumerical
- Open terminal.
- Remove Lumerical using zypper.
sudo zypper remove Lumerical-[[ver]]
See also
RHEL/CentOS Linux installation guide
Ubuntu Linux installation guide