Changeset cac65b in git for Singular/feOptTab.h


Ignore:
Timestamp:
Feb 18, 2013, 2:53:14 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
d826a82d3b17fc5f6da647679a15d4f1af7657fd
Parents:
853a8a8632d02be202410bdba8d5cd3a73454419
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-02-18 14:53:14+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-02-18 16:39:26+01:00
Message:
add: --cpus

from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOptTab.h

    r853a8a rcac65b  
    136136  "SECS",     "Do not display times smaller than SECS (in seconds)",   feOptString, (void*) "0.5",  0},
    137137
     138  {"cpus",            required_argument,    LONG_OPTION_RETURN,
     139   "#CPUs",   "maximal number of CPUs to use",                         feOptInt,    (void*)2,      0},
     140
     141
    138142  {"MPport",           required_argument,   LONG_OPTION_RETURN,
    139143   "PORT",     "Use PORT number for conections",                       feOptString,    0,      0},
Note: See TracChangeset for help on using the changeset viewer.