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 Please include the following in the pbs script: mkdir $HOME/.feko/7.0 FEKO_USER_HOME $HOME/.feko/7.0 #This is not needed: source /sw/feko/7.0.2/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 yourEmailID@griffithunifarhat.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 export FEKO_USER_HOME=/export/home/snumber source $HOME/.bashrc echo "Starting job: " mkdir -p $HOME/pbs/.feko/7.0 export FEKO_USER_HOME=$HOME/.feko/7.0pbs/feko cd $FEKO_USER_HOME feko /sw/feko/n058/examples/GetStarted_models/Project1-Rectangular_Horn_Antenna/Horn.fek >>>>>>>>>>>>>>>>>>> |
...