Ignore:
Timestamp:
2014-09-10T10:30:18+12:00 (10 years ago)
Author:
jmt12
Message:

Kea override allowing for fixed processor affinity if necessary (commented out at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/Kea.pm

    r28187 r29259  
    9999
    100100    # Run Kea with the specified options
    101     my $cmd = 'taskset -c 7 java -classpath "' . $kea_home . '" KEAKeyphraseExtractor -l ' . $tmp_directory_path . ' ' . $options_string;
     101    #my $cmd = 'taskset -c 7 java -classpath "' . $kea_home . '" KEAKeyphraseExtractor -l ' . $tmp_directory_path . ' ' . $options_string;
     102    my $cmd = 'java -classpath "' . $kea_home . '" KEAKeyphraseExtractor -l ' . $tmp_directory_path . ' ' . $options_string;
    102103    #rint "[DEBUG] Kea Command: |$cmd|\n";
    103104    system($cmd);
Note: See TracChangeset for help on using the changeset viewer.