User Tools

Site Tools


howto:feko

This is an old revision of the document!


* * * UNDER CONSTRUCTION * * *

FEKO at the CHPC

FEKO by EMSS is available on 10 reserved nodes for use by authorised users.

Example job script

#!/bin/bash
#MSUB -l nodes=2:ppn=8
#MSUB -l walltime=1:00:00
#MSUB -V
#MSUB -o /export/home/username/scratch/simulations/job-1.out
#MSUB -e /export/home/username/scratch/simulations/job-1.err
#MSUB -d /export/home/username/scratch/simulations
#MSUB -M be your_emall@address
#MSUB -q 
 
mpirun -np 16 ### FIX ME !!!
/app/dokuwiki/data/attic/howto/feko.1363697662.txt.gz · Last modified: 2021/12/09 16:42 (external edit)