Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.19 KB

Polaris

Installation

To install DeepHyper on Polaris, once logged on the Polaris system, execute the following commands (replace the $PROJECT_NAME with the name of your project allocation, e-g: -A datascience). Clone the repository:

$ git clone https://github.com/deephyper/quickstart.git deephyper-quickstart

Move to the polaris folder:

$ cd deephyper-quickstart/sites/ALCF/polaris/

Create the build folder ; this is where the conda environment will be installed:

$ mkdir build && cd build

Submit a job to trigger the installation process:

$ qsub -A $PROJECT_NAME ../install/install.sh

This will submit a job on Polaris, wait for it to finish (you can follow the installation with the install.* PBS log files which will be created in the current build/ folder).

Execution

To execute the search, first locate yourself in sites/ALCF/polaris/src/ :

$ cd sites/ALCF/polaris/src/

You then simply have to submit the job-script.sh script (again replace the $PROJECT_NAME with the name of your project allocation, e-g: -A datascience):

$ qsub -A $PROJECT_NAME job-script.sh