This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:cfx [2024/03/14 09:13] ccrosby [Running a CFX Job] |
howto:cfx [2025/02/21 12:45] (current) ccrosby [Running a CFX Job] |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | CFX versions are installed in ''/ | + | CFX versions are installed in ''/ |
| Line 26: | Line 26: | ||
| #!/bin/bash | #!/bin/bash | ||
| #PBS -P projectid | #PBS -P projectid | ||
| - | #PBS -l select=4: | + | #PBS -l select=4: |
| #PBS -l walltime=2: | #PBS -l walltime=2: | ||
| #PBS -q normal | #PBS -q normal | ||
| - | #PBS -m be | ||
| #PBS -V | #PBS -V | ||
| - | #PBS -o /mnt/lustre3p/ | + | #PBS -o /mnt/lustre/ |
| - | #PBS -e /mnt/lustre3p/ | + | #PBS -e /mnt/lustre/ |
| - | 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 /mnt/lustre3p/ | + | #change to CFX case directory |
| - | export CFX5RSH=ssh | + | cd /mnt/lustre/ |
| - | 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 ===== | ||