This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:cfx [2025/02/21 12:43] ccrosby [Installation] |
howto:cfx [2025/02/21 12:45] (current) ccrosby [Running a CFX Job] |
||
|---|---|---|---|
| Line 33: | Line 33: | ||
| #PBS -e / | #PBS -e / | ||
| - | export LM_LICENSE_FILE=1055@chpclic1 | + | export LM_LICENSE_FILE=1055@login1 |
| - | export ANSYSLMD_LICENSE_FILE=1055@chpclic1 | + | 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 ===== | ||