Changeset ce5d1b in git for Singular/tesths.cc


Ignore:
Timestamp:
Mar 9, 2018, 2:04:12 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d0e571d99494f542cf693a3408acb2ca2148ac5f
Parents:
e7d857c86f3cb449cc12afb10bd08b618619805845fa962b8938643ace5cdc03f189d4457e4c7408
Message:
Merge branch 'stable' into lpDivision
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    re7d857 rce5d1b  
    3636
    3737#include <unistd.h>
     38#ifdef HAVE_NTL
     39#include <NTL/config.h>
     40#endif
    3841
    3942
     
    6770  siInit(argv[0]);
    6871  init_signals();
     72  #ifdef HAVE_NTL
     73  #if NTL_MAJOR_VERSION>=10
     74  #ifdef NTL_THREAD_BOOST
     75  SetNumThreads(feOptValue(FE_OPT_CPUS));
     76  #endif
     77  #endif
     78  #endif
    6979
    7080  // parse command line options
Note: See TracChangeset for help on using the changeset viewer.