Applications/Lumerical

From HPC
Revision as of 08:41, 15 February 2024 by Chris.collins (talk | contribs) (Created page with "__TOC__ ==Application Details== * Description: Lumerical (Ansys) * Version: 2023-R2 * Modules: lumerical/2023-R2/ompi * Licence: Commercial ==Usage Examples== 3D/2D Maxwel...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation , search

Application Details

  • Description: Lumerical (Ansys)
  • Version: 2023-R2
  • Modules: lumerical/2023-R2/ompi
  • Licence: Commercial

Usage Examples

3D/2D Maxwell's solver for nanophotonic devices and provides solutions for the following applications:

  • CMOS Image Sensors
  • Solar Cells
  • OLEDs
  • Integrated Optics
  • Surface Metrology
  • Surface Plasmons
  • Metamaterials
  • Photonic Crystals
  • Liquid Crystals
  • Graphene

Note: connection to a FlexNet style license server will be required to run this software



In an interactive session, if you use the

singularitympiexec fdtd-engine-ompi-lcl ExampleLumericalTask.fsp 

approach, this should try and make use of all the cores requested.

In a submission script, use:

mpirun singularity exec ${LUMERICALAPP} fdtd-engine-ompi-lcl /home/USERNAME/ExampleLumericalTask.fsp

E.g.

#!/bin/bash
#SBATCH -J LumericalTest
#SBATCH -N 1
#SBATCH -n 40
#SBATCH -o %j.log
#SBATCH -e %j.err
#SBATCH -p ecompute
#SBATCH --time=10:00
 
module add lumerical/2023-R2/ompi
 
mpirun singularity exec ${LUMERICALAPP} fdtd-engine-ompi-lcl /home/USERNAME/ExampleLumericalTask.fsp





Special License Applications | Main Page | Further Topics