Project

General

Releases

3.1 (2023-12-13): source (11 MB). manual
3.0.9 (2022-08-24): source (11 MB). manual
2.7 (2020-08-31): source (11 MB). manual

Linux binary packages

For testing purposes (functional, but potentially 2-4x slower than optimally compiled) via Open Build Service .
If you miss your distribution of choice, please contact .

Impressum

This site is operated by Max-Planck-Institut für Nachhaltige Materialien GmbH, and forms part of its internet presence. See also the full impressum according to German law.

Contact

Christoph Freysoldt

Wiki

Profile

Actions

Testbed » History » Revision 1

Revision 1/6 | Next »
Anonymous, 01/25/2016 11:45 AM


Testbed

The S/PHI/nX testbed

The S/PHI/nX testbed allows to check for basic functionality of the compiled programs after building. It can be found in the sphinx/testbed folder. Running the testbed requires GNU make, which is the default make on most Unix systems.

Setup

cd sphinx/testbed
./setup
./configure --with-sxdir=BUILD/PATH/TO/BE/CHECKED

The configure line can be omitted if the build to be checked is ../src (standard S/PHI/nX user build). When debug and release mode have been compiled, typical choices for BUILD/PATH/TO/BE/CHECKED will be ../debug or ../release .

Updated by Anonymous about 9 years ago · 1 revisions