Changes between Version 3 and Version 4 of cypress/STATA
- Timestamp:
- 09/18/2026 09:57:46 AM (45 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/STATA
v3 v4 12 12 Start an interactive session, 13 13 {{{#!bash 14 [ fuji@cypress2 ~]$ idev14 [uid@cypress2 ~]$ idev 15 15 Requesting 1 node(s) task(s) to normal queue of defq partition 16 16 1 task(s)/node, 20 cpu(s)/task, 2 MIC device(s)/node … … 26 26 Load the module 27 27 {{{#!bash 28 [ fuji@cypress01-063 ~]$ module load stata28 [uid@cypress01-063 ~]$ module load stata 29 29 }}} 30 30 31 31 Run STATA with GUI, 32 32 {{{#!bash 33 [ fuji@cypress01-063 ~]$ xstata &33 [uid@cypress01-063 ~]$ xstata & 34 34 }}} 35 35 … … 44 44 Start an interactive session, 45 45 {{{#!bash 46 [ fuji@cypress2 ~]$ idev46 [uid@cypress2 ~]$ idev 47 47 Requesting 1 node(s) task(s) to normal queue of defq partition 48 48 1 task(s)/node, 20 cpu(s)/task, 2 MIC device(s)/node … … 58 58 Load the module 59 59 {{{#!bash 60 [ fuji@cypress01-063 ~]$ module load stata60 [uid@cypress01-063 ~]$ module load stata 61 61 }}} 62 62 63 63 Run STATA on commandline, 64 64 {{{#!bash 65 [ fuji@cypress01-063 ~]$ stata65 [uid@cypress01-063 ~]$ stata 66 66 ___ ____ ____ ____ ____ (R) 67 67 /__ / ____/ / ____/ … … 97 97 Suppose we have `hello.do` file that contains: 98 98 {{{#!bash 99 [ fuji@cypress2 ~]$ cat hello.do99 [uid@cypress2 ~]$ cat hello.do 100 100 clear 101 101 display "Hello, STATA!!!"
