public:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:docker [2018-02-05 10:32] – [Running the software] Jan David Molpublic:docker [2018-06-07 06:52] (current) – [Development (extending the software)] Jan David Mol
Line 72: Line 72:
 === Q: I get "Illegal instruction" when running some of the software? === === Q: I get "Illegal instruction" when running some of the software? ===
  
-A: The LOFAR software is compiled for a 2015-era processor (Intel Xeon E5-2603v3 to be exact) for performance reasons, and uses CPU instructions not available on older machines. Please run our images on a newer machine, or rebuild the Docker images from scratch.+A: The LOFAR software is compiled for a 2015-era processor (Intel Xeon E5-2603v3 to be exact) for performance reasons, and uses CPU instructions not available on older machines. Please run our images on a newer machine, or [[#development_extending_the_software|rebuild the Docker images from scratch]].
  
 ===== Development (extending the software) ===== ===== Development (extending the software) =====
Line 83: Line 83:
 svn co -N https://svn.astron.nl/LOFAR/branches/LOFAR-Release-2_19/ svn co -N https://svn.astron.nl/LOFAR/branches/LOFAR-Release-2_19/
 cd LOFAR-Release-2_19 cd LOFAR-Release-2_19
 +svn up CMake
 mkdir -p build/gnu_opt && cd build/gnu_opt mkdir -p build/gnu_opt && cd build/gnu_opt
  
  • Last modified: 2018-06-07 06:52
  • by Jan David Mol