Changes between Version 22 and Version 23 of cypress/using
- Timestamp:
- 04/30/15 15:05:25 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v22 v23 24 24 The default QOS is normal. For a list of which QOS are available and the associated limits please see the [https://wiki.hpc.tulane.edu/trac/wiki/cypress/about about] section of this wiki. 25 25 26 == Using SLURM on Cypress==26 == Using SLURM on Cypress == 27 27 === Introduction to Managed Cluster Computing === 28 28 … … 229 229 230 230 231 == Submitting an interactive job==231 == Submitting Interactive Jobs == 232 232 233 233 For those who develop their own codes, we provide the app, `idev` to make interactive access to a set of compute nodes, in order to quickly compile, run and validate MPI or other applications multiple times in rapid succession. 234 234 235 === = The app `idev`, (Interactive DEVelopment) ====235 === The app `idev`, (Interactive DEVelopment) === 236 236 237 237 The `idev` application creates an interactive development environment from the user's login window. In the `idev` window the user is connected directly to a compute node from which the user can launch executables directly.