racon-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| racon-software [2018/11/17 21:28] – created aorth | racon-software [2025/05/14 09:02] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 1.3.1 | + | * Version: 1.5.0 |
| * Added: November, 2018 | * Added: November, 2018 | ||
| - | * Link: https:// | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 15: | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ racon</ | $ racon</ | ||
| - | See additional usage notes here: [[https:// | + | See additional usage notes here: [[https:// |
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp | + | $ wget https:// |
| - | $ wget https:// | + | $ tar xf 1.5.0.tar.gz |
| - | $ tar xf racon-v1.3.1.tar.gz | + | $ cd racon-1.5.0/ |
| - | $ cd racon-v1.3.1 | + | |
| $ mkdir build | $ mkdir build | ||
| $ cd build | $ cd build | ||
| - | $ cmake3 | + | $ cmake -DCMAKE_INSTALL_PREFIX=/ |
| + | # Override spoa's march native because we have a heterogeneous cluster | ||
| + | $ sed -i ' | ||
| $ make | $ make | ||
| - | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth / |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
racon-software.1542490111.txt.gz · Last modified: by aorth
