Changes between Version 6 and Version 7 of Workshops/cypress/JobArrays
- Timestamp:
- 08/16/25 16:26:04 (10 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/cypress/JobArrays
v6 v7 13 13 Get into '''JobArray1''' directory under '''workshop''', 14 14 {{{ 15 [fuji@cypress1 ~]$ cd workshop16 [fuji@cypress1 workshop]$ cd JobArray1/15 [fuji@cypress1 ~]$ cd hpc-workshop 16 [fuji@cypress1 hpc-workshop]$ cd JobArray1/ 17 17 [fuji@cypress1 JobArray1]$ ls 18 18 hello2.py slurmscript … … 39 39 }}} 40 40 41 This python script takes a number from the command-line and prints it. You can run it on the login node as,41 This Python script takes a number from the command line and prints it. You can run it on the login node as, 42 42 43 43 {{{