Changes between Version 6 and Version 7 of Workshops/cypress/JobArrays


Ignore:
Timestamp:
08/16/25 16:26:04 (10 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/cypress/JobArrays

    v6 v7  
    1313Get into '''JobArray1''' directory under '''workshop''',
    1414{{{
    15 [fuji@cypress1 ~]$ cd workshop
    16 [fuji@cypress1 workshop]$ cd JobArray1/
     15[fuji@cypress1 ~]$ cd hpc-workshop
     16[fuji@cypress1 hpc-workshop]$ cd JobArray1/
    1717[fuji@cypress1 JobArray1]$ ls
    1818hello2.py  slurmscript
     
    3939}}}
    4040
    41 This python script takes a number from the command-line and prints it. You can run it on the login node as,
     41This Python script takes a number from the command line and prints it. You can run it on the login node as,
    4242
    4343{{{