Last active
          August 29, 2015 14:18 
        
      - 
      
- 
        Save colin-daniels/1f49f3ebfc7b1277a248 to your computer and use it in GitHub Desktop. 
Revisions
- 
        colin-daniels revised this gist Apr 3, 2015 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. Then: * On BG/Q, ensure that whatever `$MODULEFILE_DIR` is exists (example config has it at `~/barn-shared/modulefiles/bgclang`) * 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 
- 
        colin-daniels revised this gist Apr 3, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 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. 
- 
        colin-daniels renamed this gist Apr 3, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        colin-daniels created this gist Apr 3, 2015 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`.