ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Update build method to use NPROC_VAL with a setting of 1 by default #49

Closed ChrisTimperley closed 2 months ago

ChrisTimperley commented 2 months ago

Assuming that CP's abide by their specs, this should prevent each patch compilation from hogging multiple cores. Alternatively, we could add a new environment variable REPAIRCHAIN_NPROC_PER_PATCH_BUILD with a default value of 1 and use that.