[ET Trac] [Einstein Toolkit] #2080: Backports for the June 2017 release to compile on the NDS machine

Einstein Toolkit trac-noreply at einsteintoolkit.org
Thu Oct 12 04:10:09 CDT 2017


#2080: Backports for the June 2017 release to compile on the NDS machine
-------------------------+--------------------------------------------------
 Reporter:  sbrandt      |       Owner:                     
     Type:  enhancement  |      Status:  new                
 Priority:  critical     |   Milestone:                     
Component:  Other        |     Version:  development version
 Keywords:               |  
-------------------------+--------------------------------------------------
 I would like to backport the following files from master to the June 6th
 release of the ET. The files are

 repos/simfactory2:
         bin/sim
         mdb/machines/jupyteret.ini
         mdb/optionlists/generic.cfg
         mdb/runscripts/generic.run

 Also, a small modification to the PAPI thorn:
 {{{
 Index: src/detect.sh
 ===================================================================
 --- src/detect.sh       (revision 42)
 +++ src/detect.sh       (working copy)
 @@ -27,7 +27,7 @@
          # libraries might have different file extensions
          for libext in a dll dll.a dylib lib so; do
              # libraries can be in lib or lib64 (or libx32?)
 -            for libdir in lib64 lib; do
 +            for libdir in lib64 lib  lib/x86_64-linux-gnu; do
                  # These files must exist
                  FILES="include/papi.h ${libdir}/libpapi.${libext}"
                  # assume this is the one and check all needed files
 }}}

 With these changes, the ET builds on the NDS machine. Moreover, it should
 more easily build on machines which have no explicit entry in Simfactory.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2080>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list