Skip to content

Instantly share code, notes, and snippets.

@colin-daniels
Last active August 29, 2015 14:18
Show Gist options
  • Save colin-daniels/1f49f3ebfc7b1277a248 to your computer and use it in GitHub Desktop.
Save colin-daniels/1f49f3ebfc7b1277a248 to your computer and use it in GitHub Desktop.

Revisions

  1. colin-daniels revised this gist Apr 3, 2015. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,15 @@
    First either download or clone the repo here: https://github.com/colin-daniels/install-bgq

    Then on your _local_ machine:

    * Either edit or download an example `config` file for CCI BG/Q here:
    https://gist.github.com/colin-daniels/c29908b9bc2e904f7395 (make sure you
    replace login details and such appropriately)
    * Run `./download.sh r220548-20141024` to download the files locally.
    * Ensure that whatever `$MODULEFILE_DIR` is exists on BG/Q (example config

    Then:
    * On BG/Q, ensure that whatever `$MODULEFILE_DIR` is exists (example config
    has it at `~/barn-shared/modulefiles/bgclang`)
    * Run `./remote-install r220548-20141024` to install.
    * On your local machine, run `./remote-install r220548-20141024` to install.

    After installation, simply load the generated modulefile (e.g.
    `module load ~/barn-shared/modulefiles/bgclang/r220548-20141024` and
  2. colin-daniels revised this gist Apr 3, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ First either download or clone the repo here: https://github.com/colin-daniels/i

    Then on your _local_ machine:

    * Either edit or download an example config for CCI BG/Q here:
    * Either edit or download an example `config` file for CCI BG/Q here:
    https://gist.github.com/colin-daniels/c29908b9bc2e904f7395 (make sure you
    replace login details and such appropriately)
    * Run `./download.sh r220548-20141024` to download the files locally.
  3. colin-daniels renamed this gist Apr 3, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. colin-daniels created this gist Apr 3, 2015.
    17 changes: 17 additions & 0 deletions Readme
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    First either download or clone the repo here: https://github.com/colin-daniels/install-bgq

    Then on your _local_ machine:

    * Either edit or download an example config for CCI BG/Q here:
    https://gist.github.com/colin-daniels/c29908b9bc2e904f7395 (make sure you
    replace login details and such appropriately)
    * Run `./download.sh r220548-20141024` to download the files locally.
    * Ensure that whatever `$MODULEFILE_DIR` is exists on BG/Q (example config
    has it at `~/barn-shared/modulefiles/bgclang`)
    * Run `./remote-install r220548-20141024` to install.

    After installation, simply load the generated modulefile (e.g.
    `module load ~/barn-shared/modulefiles/bgclang/r220548-20141024` and
    use `mpic++11` or `mpiclang` to compile). Note that it might be worth it to
    append `~/barn-shared/modulefiles` to your MODULEPATH environment variable
    so you can just do `module load bgclang/r220548-20141024`.