Ignore:
Timestamp:
2013-12-18T12:58:04+13:00 (10 years ago)
Author:
jmt12
Message:

Typo - underscore where I meant hyphen

File:
1 edited

Legend:

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

    r28777 r28778  
    221221  # commands now assume path is correct to find this executables (as they
    222222  # will be under the new extensions framework)
    223   my $farmer_exe = $gsdlhome . '/ext/parallel_building/' . $ENV{'GSDLOS'} . '/bin/mpiimport';
     223  my $farmer_exe = $gsdlhome . '/ext/parallel-building/' . $ENV{'GSDLOS'} . '/bin/mpiimport';
    224224
    225225  my $mpi_cmd = 'mpirun ' . $mpi_flags . ' -n ' . ($workers + 1) . ' ' . $farmer_exe . ' ' . $tmp_filelist . ' ' . $batchsize . ' ' . $gsdlhome . ' ' . $collection . ' ' . $site;
Note: See TracChangeset for help on using the changeset viewer.