Changes between Version 81 and Version 82 of cypress/using
- Timestamp:
- 08/06/25 13:59:57 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v81 v82 186 186 #SBATCH --mem=256000 187 187 }}} 188 189 ==== Review past jobs using sacct command ==== 188 190 189 191 We have a limited number of the larger memory nodes, so please only request a larger amount of memory if your job requires it. You can ask SLURM for an estimate of the amount of memory used by jobs you have previously run using `sacct -j <jobid> -o maxvmsize` . For example: