Changes between Version 2 and Version 3 of cypress/STATA
- Timestamp:
- 09/17/2026 04:14:39 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/STATA
v2 v3 3 3 STATA is a general-purpose statistical software package created in 1985 by [http://www.stata.com/ StataCorp] 4 4 5 '''STATA on cypress is licensed to Freeman School of Business.''' 5 ~~'''STATA on cypress is licensed to Freeman School of Business.'''~~ 6 6 7 7 == Run with GUI interactively == … … 54 54 Last login: Mon Jun 8 20:18:50 2015 from cypress1.cm.cluster 55 55 }}} 56 The default `idev` session reserve a node for '''one hour'''. If you want to work on it for a longer time, use `-t` option. See [[cypress/using#SubmittingInteractiveJobs]].56 The default `idev` session reserves a node for '''one hour'''. If you want to work on it for a longer time, use `-t` option. See [[cypress/using#SubmittingInteractiveJobs]]. 57 57 58 58 Load the module … … 128 128 129 129 === STATA-MP === 130 `stata/15-site_lic` is a single-core license (stata-mp won't run) 131 130 132 Stata can run with multiple threads. You can check the license info by 'creturn list' command on stata-window. 131 133 … … 151 153 stata-mp -b do parappelcode 152 154 }}} 155 156 == Run STATA with Singularity == 157 If you have a newer version of STATA and encountered a [[cypress/glibc-version-problems|glibc version problem]], see [[cypress/STATA-Singularity|this page]].
