Changes between Version 16 and Version 17 of cypress/using
- Timestamp:
- 04/13/15 15:03:37 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v16 v17 87 87 88 88 [[Image(squeue_scancel2.png, 50%, center)]] 89 90 Notice that when we run the squeue command, our job status is marked R for running and has been running for 7 seconds. The squeue command also tells us what node our job is being run on, in this case node 123. When running squeue in a research environment you will usually see a long list of users running multiple jobs. To single out your own job you can use the "-u" option flag to specify your user name. 91 92 Congratulations, you are ready to begin running jobs on Cypress!