This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:rocky_dem [2020/02/10 12:19] ccrosby [Sample PBS script] |
howto:rocky_dem [2024/04/03 14:42] (current) ccrosby |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Running the commercial discrete element code Rocky DEM on the CHPC system ====== | ====== Running the commercial discrete element code Rocky DEM on the CHPC system ====== | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | Please refer to [[https:// | + | Please refer to [[https:// |
| Line 16: | Line 16: | ||
| ## Specify your own project shortcode here | ## Specify your own project shortcode here | ||
| ## | ## | ||
| - | #PBS -P RCHPC | + | #PBS -P MECH2211 |
| ## The walltime should be a small overestimate of the expected run time | ## The walltime should be a small overestimate of the expected run time | ||
| ## Requesting a very long walltime may delay the start of your job | ## Requesting a very long walltime may delay the start of your job | ||
| Line 24: | Line 24: | ||
| ## Obviously use your own paths here | ## Obviously use your own paths here | ||
| ## | ## | ||
| - | #PBS -e /home/jblogs/ | + | #PBS -e /mnt/lustre/ |
| - | #PBS -o /home/jblogs/ | + | #PBS -o /mnt/lustre/ |
| ## These two lines will send you an email on Abort, Begin and End of the job | ## These two lines will send you an email on Abort, Begin and End of the job | ||
| ## Obviously use your own real email address | ## Obviously use your own real email address | ||
| Line 33: | Line 33: | ||
| ## Tell the system where your Rocky case is | ## Tell the system where your Rocky case is | ||
| ## | ## | ||
| - | export PBS_JOBDIR=/ | + | export PBS_JOBDIR=/ |
| ## Change into that directory | ## Change into that directory | ||
| ## | ## | ||
| Line 55: | Line 55: | ||
| ## Run the solver | ## Run the solver | ||
| ## | ## | ||
| - | / | + | /home/ |
| </ | </ | ||
| + | |||
| + | ===== Using the GUI and Postprocessing ===== | ||
| + | The V100 GPUs in the GPU cluster are not available for graphics use. We are working on making the GUI available on the GPU cluster by means of Mesa software rendering, but this does not work yet. Please use the dedicated visualization servers chpcviz1 or chpclic1 if you need to use the GUI or to display results. | ||