Go to file
Miguel M 97ab74bbd0 misc: check if permutations can be skipped at any point 2023-06-03 19:08:21 +01:00
.vscode fixes to compilation toolchain 2023-04-29 16:58:53 +01:00
aux Committing auxiliary scripts; no impact in actual program 2023-05-30 16:19:16 +01:00
contrib (Parallel) timing code 2023-05-24 22:28:53 +01:00
data Added extra data files 2023-06-03 19:06:40 +01:00
doc Added some documentation 2023-04-22 20:07:24 +01:00
includes Merge the permutations back into the Cg-P conversion 2023-05-04 19:49:43 +01:00
src misc: check if permutations can be skipped at any point 2023-06-03 19:08:21 +01:00
.gitattributes LFS storage for data files 2023-05-30 16:35:41 +01:00
.gitignore initial commit 2023-04-20 17:03:54 +01:00
README README update 2023-05-01 17:19:25 +01:00
make.py Updates to make.py 2023-05-30 16:16:21 +01:00
sane.py initial commit 2023-04-20 17:03:54 +01:00

README

                                ACED PROJECT

This repository is (part of) my work for the ``Arquitecturas de Elevado
Desempenho'' class. See the doc/proposal.pdf document for more information on
the problem statement.


[[Project Structure]]

root
 ├ aux          Auxiliary scripts.
 ├ contrib      External C libraries.
 ├ data         Data for use as input or embedding in source.
 ├ doc          Extra documentation related to the project.
 ├ includes     Header files.
 ├ obj          Compiled object files.
 └ src          Root project source files.
 
The directory is essentially a C project, with auxiliary documentation and
scripts. The main executable can be compiled by running the corresponding
[sane] recipe:

    python3 make.py link

This will produce a main.exe executable in the root directory.
See all available recipes by running

    python3 make.py --list

and read more about [sane]: at https://github.com/mikeevmm/sane.


[[Use Instructions]]

To use, pipe the input (structured according to the source specification) into
the executable, while specifying the number of outputs and inputs, in that
order. E.g.,

    ./main.exe 2 2 2 2 < data/2222_inq.txt