whizard is hosted by Hepforge, IPPP Durham

Changes between Version 1 and Version 2 of BuildProblems


Ignore:
Timestamp:
Apr 12, 2010, 2:42:38 PM (14 years ago)
Author:
ohl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildProblems

    v1 v2  
    55=== Parallel Make and Slow Filesystems ===
    66
     7The current version of O'Mega uses intermediate files in ''.../var/cache/'' to store precomputed vertex tables in order to significantly increase the startup speed for complicated BSM models with many new particles and vertices.  These files are generated as needed and require no user intervention.
     8
     9Unfortunately, if several copies of O'Mega for the same model are running ''simultaneously'' and for the very first time, they might encounter an incomplete version of the vertex table.  In practice, this almost never a problem, but if you run ''make check'' with the ''-j'' option (parallel execution) on slow networked file systems, a few checks might fail.  In this case, just rerun ''make check'' without the ''-j'' option to force sequential execution.  However, after the first ''make check'', all subsequent ''make check'' should work even with the ''-j'' option.