Ansys Learning Forum › Forums › Discuss Simulation › Photonics › Running Lumerical FDTD files on a Campus cluster using Sun Grid Engine (SGE) › Reply To: Running Lumerical FDTD files on a Campus cluster using Sun Grid Engine (SGE)
Hi, thank you for your help.Â
I talked with IT admin and he said they have available OpenMPI but not sure what version Ansys software requires.
Do you know where the kind of information is available in KB?Â
Now I fixed the script as follows, but still not get the file run. Do you see where I got wrong?
module load mpi/openmpi-x86_64
echo "Running on nodes:"
cat $PE_HOSTFILE
/home/katsuya2/tools/lumerical/v241/bin/fdtd-mpi-status.sh
/home/katsuya2/tools/lumerical/v241/bin/fdtd-run-pbs.sh
ls -l /home/katsuya2/tools/lumerical/v241/bin/fdtd-engine-ompi-lcl
ls -l rod_ctab_1.fsp
export PATH=/home/katsuya2/tools/lumerical/v241/bin:$PATH
export LD_LIBRARY_PATH=/home/katsuya2/tools/lumerical/v241/lib:$LD_LIBRARY_PATH
ulimit -c unlimited
mpiexec -n /home/katsuya2/tools/lumerical/v241/bin/fdtd-engine-ompi-lcl -t rod_ctab_1.fsp
Best,
Katsu