User Tools

Site Tools


beagle-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
beagle-software [2019/09/29 19:35] aorthbeagle-software [2021/06/21 07:51] aorth
Line 6: Line 6:
   * Latest Version: 3.1.2   * Latest Version: 3.1.2
   * Added: August, 2015   * Added: August, 2015
-  * Updated: September2019+  * Updated: June2021
   * Link: https://github.com/beagle-dev/beagle-lib   * Link: https://github.com/beagle-dev/beagle-lib
      
Line 22: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>cd /tmp +<code>git clone https://github.com/beagle-dev/beagle-lib.git -b v3.1.2 
-$ wget https://github.com/beagle-dev/beagle-lib/archive/v3.1.2.tar.gz +$ cd beagle-lib 
-$ tar xf v3.1.2.tar.gz  +$ sed -i 's/compute_30/compute_70/' configure.ac
-$ cd beagle-lib-3.1.2+
 $ scl enable devtoolset-7 bash $ scl enable devtoolset-7 bash
 +$ sudo yum install libtool
 $ ./autogen.sh $ ./autogen.sh
 $ ./configure --prefix=/export/apps/beagle/3.1.2 $ ./configure --prefix=/export/apps/beagle/3.1.2
Line 33: Line 33:
 $ make install $ make install
 $ sudo chown -R root:root /export/apps/beagle/3.1.2</code> $ sudo chown -R root:root /export/apps/beagle/3.1.2</code>
 +
 +**Note (2021-06-21):** Re-compiled on compute06 with support for NVIDIA GPU compute capability 7.0, but still seems to run on other nodes without modification.
beagle-software.txt · Last modified: 2021/06/21 07:52 by aorth