Changes between Version 3 and Version 4 of cypress/STATA


Ignore:
Timestamp:
09/18/2026 09:57:46 AM (45 hours ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypress/STATA

    v3 v4  
    1212Start an interactive session,
    1313{{{#!bash
    14 [fuji@cypress2 ~]$ idev
     14[uid@cypress2 ~]$ idev
    1515Requesting 1 node(s)  task(s) to normal queue of defq partition
    16161 task(s)/node, 20 cpu(s)/task, 2 MIC device(s)/node
     
    2626Load the module
    2727{{{#!bash
    28 [fuji@cypress01-063 ~]$ module load stata
     28[uid@cypress01-063 ~]$ module load stata
    2929}}}
    3030
    3131Run STATA with GUI,
    3232{{{#!bash
    33 [fuji@cypress01-063 ~]$ xstata &
     33[uid@cypress01-063 ~]$ xstata &
    3434}}}
    3535
     
    4444Start an interactive session,
    4545{{{#!bash
    46 [fuji@cypress2 ~]$ idev
     46[uid@cypress2 ~]$ idev
    4747Requesting 1 node(s)  task(s) to normal queue of defq partition
    48481 task(s)/node, 20 cpu(s)/task, 2 MIC device(s)/node
     
    5858Load the module
    5959{{{#!bash
    60 [fuji@cypress01-063 ~]$ module load stata
     60[uid@cypress01-063 ~]$ module load stata
    6161}}}
    6262
    6363Run STATA on commandline,
    6464{{{#!bash
    65 [fuji@cypress01-063 ~]$ stata
     65[uid@cypress01-063 ~]$ stata
    6666  ___  ____  ____  ____  ____ (R)
    6767 /__    /   ____/   /   ____/
     
    9797Suppose we have `hello.do` file that contains:
    9898{{{#!bash
    99 [fuji@cypress2 ~]$ cat hello.do
     99[uid@cypress2 ~]$ cat hello.do
    100100clear
    101101display "Hello, STATA!!!"