Skip to content

Commit

Permalink
remove a few remaining crc-*.py wrapper references (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeani authored Jul 3, 2024
1 parent 73c4425 commit 8b58608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/applications/licensed-software/ansys.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ numcores=$SLURM_NTASKS
$CFX_EXE -def $DEF_FILE -par-local -partition $numcores
```
Submit the job by running `sbatch smp_ansys_cfx.slurm`. You can check the full status of your job on the cluster by
running the wrapper `crc-squeue.py`, as follows:
running the wrapper `crc-squeue`, as follows:

```commandline
[chx33@login1 CFX_example]$ crc-squeue.py
[chx33@login1 CFX_example]$ crc-squeue
CLUSTER: gpu
JOBID PAR NAME ST TIME NODES CPUS NODELIST(REASON)
Expand Down
2 changes: 1 addition & 1 deletion docs/applications/licensed-software/comsol.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CAD Import Module, Design Module, Matlab/Simulink
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=4
#SBATCH --time=0-01:00:00 # Syntax is DD-HH:MM:SS
#SBATCH --cluster=smp # Run crc-sinfo.py to get the cluster and partition details
#SBATCH --cluster=smp # Run crc-sinfo to get the cluster and partition details
#SBATCH --partition=smp

# Load Modules
Expand Down

0 comments on commit 8b58608

Please sign in to comment.