This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:cfx [2025/02/21 12:44] ccrosby [Running a CFX Job] |
howto:cfx [2025/02/21 12:45] (current) ccrosby [Running a CFX Job] |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| export LM_LICENSE_FILE=1055@login1 | export LM_LICENSE_FILE=1055@login1 | ||
| export ANSYSLMD_LICENSE_FILE=1055@login1 | export ANSYSLMD_LICENSE_FILE=1055@login1 | ||
| - | cd / | + | #change to CFX case directory |
| - | export CFX5RSH=ssh | + | cd / |
| - | cfx=/ | + | #force CFX to use ssh instead of rsh |
| - | $cfx -batch -def testCFX.def -par-dist $(tr " | + | export CFX5RSH=ssh |
| + | # Select IntelMPI-2018 instead of 2021 | ||
| + | export CFX5_IMPI_DIR=/ | ||
| + | cfx=/ | ||
| + | $cfx -batch -def testCFX.def -par-dist $(tr " | ||
| </ | </ | ||
| ===== Different methods of uploading a simulation ===== | ===== Different methods of uploading a simulation ===== | ||