-
Notifications
You must be signed in to change notification settings - Fork 8
Installation: WHOI HPC
Sidney Batchelder edited this page Sep 11, 2025
·
4 revisions
Installation and Setup on HPC
All installation commands are to be run from a terminal.
<user> refers to your username (and password)
ssh <user>@poseidon.whoi.educd $SCRATCHgit clone https://github.com/WHOIGit/ifcb_classifier.git ifcbnncd ifcbnn-
conda create -n ifcbnn --file requirements/pkgs.hpc.txt- If you get “conda: command not found”, the anaconda hpc Module may not be loaded. Do
module load anacondaand try again. - You can ensure modules load when you login with
module initadd anaconda
- If you get “conda: command not found”, the anaconda hpc Module may not be loaded. Do
-
conda activate ifcbnn- If you get prompted with "
conda init <SHELL_NAME>" selectbashfor your shell-name. You will have to log out of poseidon (exit), log back in, and navigate back to this DIR install directory.
- If you get prompted with "
pip install git+https://github.com/joefutrelle/pyifcb.git@3ad1107- DONE! Your installation is ready to go. You can test that things were installed correctly by doing
python neuston_net.py --help. The help screen/documentation should appear.
- Overview
- Installation
- local
- whoi hpc
- Training a Model
- Running a Model
- Utilities
- SLURM SBATCH Tool ⊛
- Dupes Training ⊛
- Tips
- HPC Patch Notes