SkillAgentSearch skills...

Seedfinding

For storing most of my seedfinding-related files.

Install / Use

/learn @Nel-S/Seedfinding
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Seedfinding

This repository holds almost all of my seedfinding-related files and code.

C/C++ Compiling

Most of the C/C++ files in this repository can be compiled by

  1. Installing CMake and a Makefile generator of your choice (such as GNU Make for Linux or MinGW for Windows).
  2. Opening a terminal of your choice, and running
cmake -G "[Makefile generator to use]" -Dprog="[path/to/program/to/run]" -Dbackend="[Backend to use: Basic (default), Pthreads, or MPI]" .
  1. After CMake finishes, running your makefile generator (e.g. make if using GNU Make or mingw32-make.exe if using MinGW).
  2. Opening the \bin folder that will be created, and running the seedfinding/seedfinding.exe executable inside.

(A build script is planned to ultimately automate this process.)

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2mo ago
Forks0

Languages

C

Security Score

75/100

Audited on Jan 16, 2026

No findings