![]() | ||
|
Edge
Edge is a time-accurate CFD flow solver for unstructured grids and is available on Monolith. Edge 3.1 is supplied by FOI. For more information, please see the Edge homepage,www.edge.foi.se.
For further information consult the
Edge userguide.
The software is installed at /usr/local/edge/3.1 on Monolith. A software module is prepared for the Edge system on Monolith. Include the following line in your .bash_profile to obtain the neccessary settings: module load edge/3.1 If you are using unformatted FORTRAN files from SGI, Sun etc. you might need to use the environment setting (also in .bash_profile): F_UFMTENDIAN=big export F_UFMTENDIANA typical PBS script for running edge in double precision on 16 processors looks like #!/bin/sh #PBS -lwalltime=0:30:00 #PBS -lnodes=16:ppn=1 # Change directory to where you submit your job cd $PBS_O_WORKDIR # run edge in double precision on 16 processors edge_mpi_dble_run edge.ainp 16Contact for further information: Peter Munger |