# Compile Warning Handler

> Compiler warning triage for HPC parallelization. Use when deciding whether to proceed with job execution after compile warnings. Use when this capability is needed.

- Skill: `tomevault-io/compile-warning-handler` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/compile-warning-handler`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/compile-warning-handler/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/compile-warning-handler

---


# Compile Warning Handler

## Decision Matrix

### Block job execution
- Parallelization disabled warnings
- Data race potential
- Memory access pattern issues
- Directive ignored warnings

### Safe to proceed
- Optimization suggestions
- Deprecated feature warnings
- Performance improvement hints

## Workflow
1. Save output: `make 2>&1 | tee compile_vX.Y.Z.log`
2. Classify warnings (block vs safe)
3. Record in ChangeLog.md `compile.status: warning`, `compile.message: "..."`
4. Proceed or fix based on classification
5. If uncertain, consult SE

---
> Source: [Katagiri-Hoshino-Lab/VibeCodeHPC](https://github.com/Katagiri-Hoshino-Lab/VibeCodeHPC) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-25 -->

