FEKO
We assume you have installed FEKO, and for the following examples the installation directory will be FEKO_HOME=/opt/Altair/2017/altair/feko/
In addition you need to install the scripts vovrunfeko and runfeko_trojan in $VOVDIR/eda/Altair.
Create Environment FEKO
# This is file $VOVDIR/local/environments/FEKO.start.bash
. /opt/Altair/2017/altair/feko/bin/initfeko
export PATH=`vovenv PREPEND -colon $VOVDIR/eda/Altair $PATH`
% ves FEKO
% ves BASE+FEKO
Submission from the Command Line
% nc run -e FEKO -r RAM/2000 CORES/4 -- runfeko myexample -np 4
% nc run -dp 16 -profile vovrunfeko myexample
% nc run -e FEKO -r RAM/2000 CORES/4 -- runfeko myexample
Submit from the CADFEKO User Interface wit a "Trojan Horse"
% ves FEKO
% cd $FEKO_HOME/bin
% mv runfeko runfeko.bin ##### Make a copy of the original binary.
% cp ...../runfeko_trojanhorse ./runfeko ##### Place our trojan horse in place of runfeko.
% chmod a+x ./runfeko
Now you can run the UI cadfeko and when you press the "FEKO solver ►" button, you will actually submit the run to Accelerator, with the requested level of parallelism.
Note: unfortunately, the "Stop" button does not work properly, and you may have to stop the job using nc stop JOBID from the command line.