-
Notifications
You must be signed in to change notification settings - Fork 2
Getting access to BioHPC Linux nodes
You may be asked to compute on BioHPC's ECCO Linux nodes (f.i., for very long-running jobs, or for very large memory).
Go to the BioHPC account request page, requesting specifically joining the ECCO group and lv39 (Lars') "lab"
- Go to BioHPC Reservations page, choose "Restricted", and reserve a node:
- cbsuecco02: up to 7 days
- all others: up to 3 days
- in both cases, renewable
See Getting Started Guide, but SSH is the best path (if you don't need graphical applications).
Your default home directory (/home/NETID
) is not shared among group users (same as on CISER). Use /home/ecco_lv39
instead.
The BioHPC docker
command is docker1
. All files that are shared via the -v
option must reside on /workdir/NETID
and cannot be shared across nodes. To get the files to /workdir/NETID
, the following commands can be used, assuming that your files are in /home/ecco_lv39/Workspace/aearep-$AEAREP
:
- Sync to
workdir
:
AEAREP=12345
[[ -d /workdir/$(id -nu) ]] || mkdir /workdir/$(id -nu)
rsync -auv /home/ecco_lv39/Workspace/aearep-$AEAREP/ /workdir/$(id -nu)/aearep-$AEAREP/
- Sync back to shared drive (once computations are done, or at any time
AEAREP=12345
rsync -auv /workdir/$(id -nu)/aearep-$AEAREP/ /home/ecco_lv39/Workspace/aearep-$AEAREP/
-
Training
-
Tips for authors
-
Tips for replicators
-
Questionnaires
-
Definitions
-
Generic workflow
-
Post-publication replications
-
Technical issues
-
Appendix