Skip to content

Readme - prerequisites #15

@greytery

Description

@greytery

When building para-para on headless nano platform, am required to install/build prerequisites, as per Readme. Three typos/problems :

  • missing "z" at end of "tar -zxvf libevent-2.0.18-stable.tar.g"
  • Open MPI, needed sudo in order to compile, and error on "prefix" (thanks shodrucky)
    Changed the following to:
    sudo ./configure --prefix=/usr/local \
    --enable-mpirun-prefix-by-default
    --enable-static
    sudo make all
  • run.sh gave following error, ( so need to include copthr libs in prereqs ?? )
    Running OpenCL Example
    ./hello-opencl.elf: error while loading shared libraries: libcoprthr_opencl.so: cannot open shared object file: No such file or directory

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions