Changes between Version 24 and Version 25 of cypress/Python


Ignore:
Timestamp:
08/27/2026 10:58:20 AM (8 days ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Python

    v24 v25  
    5050* IPython.
    5151
    52 A complete list of packages available though Anaconda can be found [https://anaconda.org/anaconda/repo here].
     52A complete list of packages available through Anaconda can be found [https://anaconda.org/anaconda/repo here].
    5353
    5454
    55 ==== Install Packages to Anaconda 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 ====
     56If you want to use some package but Anaconda on Cypress doesn't have it, you can install it in your home directory.
    5757See [[AnacondaInstallPackage|here]].
    5858
     
    8080[tulaneID@cypress01-035 ~]$ module list
    8181Currently 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
    8483}}}
    8584
     
    102101== Running a Python script in Batch mode ==
    103102
    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.
     103You 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.
    105104
    106105{{{#!bash