The CSF2 has been replaced by the CSF3 - please use that system! This documentation may be out of date. Please read the CSF3 documentation instead. To display this old CSF2 page click here. |
FEAT-WMT
Overview
FEAT-WMT is a Finite Element Weld Modelling Tool.
Versions 3.19.0 & 3.18.0 are installed on the CSF (In the latter the FEAT-WMT macros are version 3.18.0B).
Restrictions on use
This software is restricted to members of Prof. Mike C. Smith’s research group. All requests for access should be made to:
Please copy Prof. Smith on your request (alternatively, we will contact him to verify the request).
Set up procedure
To access the software you must first load the modulefile:
module load apps/binapps/feat-wmt/3.19.0 OR module load apps/binapps/feat-wmt/3.18.0
Running the application
Please do not run FEAT-WMT on the login node. Jobs should be submitted to the compute nodes via batch.
Parallel batch job submission
Important input file information
You must ensure that you have specified the number of threads (cores) you wish to use in your input file and this number must match the number you put on the -pe
line of your submission script. For example, you may have the following line in your input file:
change parm solve linsys threads integer 4
and the number on the end needs to match your core request.
Job submission
Make sure you have the modulefile loaded then create a batch submission script, for example:
#!/bin/bash #$ -cwd #$ -V #$ -pe smp.pe 4 ## Maximum 24 cores featmacro=wmt feat noviewer < input > output
Where input
is the name of your input file and output
is the name of the file you want to put the results in.
Submit the jobscript using:
qsub scriptname
where scriptname is the name of your jobscript.
Example batch job
An example of a batch job and input file can be found in
$FEATWMT_HOME/example-batch-job
Interactive Usage
If you need to run the GUI please do so via qrsh:
qrsh -l inter -l short -V -cwd feat
Further info
- FEAT website
- Details of the WMT test set and a short summary of each can be found in:
$FEATWMT_HOME/elguides/wmt.pdf
Updates
None.