Table of Contents |
---|
Introduction
FEKO is a comprehensive electromagnetic simulation software tool for the electromagnetic field analysis of 3D structures. It offers multiple state-of-the-art numerical methods for the solution of Maxwell’s equations, enabling its users to solve a wide range of electromagnetic problems encountered in various industries.
...
No Format |
---|
module load feko/7.0-n058 OR: module load feko/14.0 Please include the following in the pbs script: mkdir $HOME/.feko/7.0 (or mkdir $HOME/.feko/14.0) FEKO_USER_HOME $HOME/.feko/7.0 (or FEKO_USER_HOME $HOME/.feko/14.0) #This is not needed: source /sw/feko/7.0.2/bin/initfeko #This is not FEKOneeded: source /sw/feko/14.0.430/n026/altair/feko/bin/initfeko FEKO is installed on all nodes on the cluster. However, Griffith University has one Donated license (floating on server gc-prd-erslic) which expires on 2016-09-30 An example of a PBS script is: >>>>>>>>>>>>>>>>> #!/bin/bash #PBS -N FEKO #PBS -m abe #PBS -M farhat.majeed@griffithuni.edu.au #PBS -l select=1:ncpus=2:mem=14gb -l walltime=100:00:00 ###PBS -l select=1:ncpus=2:mem=14gb:host=n058 -l walltime=100:00:00 module load feko/7.0-n058 ####module load feko/14.0 source $HOME/.bashrc echo "Starting job: " mkdir -p $HOME/pbs/feko export FEKO_USER_HOME=$HOME/pbs/feko cd $FEKO_USER_HOME feko /sw/feko/n058/examples/GetStarted_models/Project1-Rectangular_Horn_Antenna/Horn.fek >>>>>>>>>>>>>>>>>>> |
...