Skip to content

Minimal example of how to use BrainScaleS C++ API euter

License

Notifications You must be signed in to change notification settings

costrau/EUTER_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUTER Example Program

This is a test setup, which shows a minimal example how to use the BrainScaleS C++ interface. The example follows the sample Python-based script found in the guidebook to a big extend.

Compiling

In contrast to the BS software stack, we make use of cmake for compiling the code. After pulling this repository, please execute the following inside the project main folder:

mkdir build
cd build 
run_nmpm_software cmake ..
run_nmpm_software make 

In this case, we assume that the repository is situated somewhere at the BrainScaleS front-end server, and that the respective modules are loaded, e.g. execute

module load nmpm_software/current

Compiling will create an executable called euter_test. Execute via

srun -p experiment --wmod 33 run_nmpm_software ./euter_test

About

Minimal example of how to use BrainScaleS C++ API euter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published