Changes between Version 24 and Version 25 of cypress/Python
- Timestamp:
- 08/27/2026 10:58:20 AM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Python
v24 v25 50 50 * IPython. 51 51 52 A complete list of packages available th ough Anaconda can be found [https://anaconda.org/anaconda/repo here].52 A complete list of packages available through Anaconda can be found [https://anaconda.org/anaconda/repo here]. 53 53 54 54 55 ==== Install Packages toAnaconda Python ====56 If you want to use some package but Anaconda on Cypress doesn't have it, you can install it on your home directory.55 ==== Install Packages in Anaconda Python ==== 56 If you want to use some package but Anaconda on Cypress doesn't have it, you can install it in your home directory. 57 57 See [[AnacondaInstallPackage|here]]. 58 58 … … 80 80 [tulaneID@cypress01-035 ~]$ module list 81 81 Currently Loaded Modulefiles: 82 1) git/2.4.1 3) idev 5) anaconda/2.1.0 83 2) slurm/14.03.0 4) bbcp/amd64_rhel60 82 1) slurm/14.03.0 2) idev 3) anaconda/2.5.0 84 83 }}} 85 84 … … 102 101 == Running a Python script in Batch mode == 103 102 104 You can also submit your Python job to the batch nodes (compute nodes) on Cypress. Inside your SLURM script, include a command to load the desired Python module. Then invoke '''python''' on your python script.103 You can also submit your Python job to the batch mode (compute nodes) on Cypress. Inside your SLURM script, include a command to load the desired Python module. Then invoke '''python''' on your Python script. 105 104 106 105 {{{#!bash
