Gerard Gorman
Gerard Gorman
**Describe the bug** When you click 'logout' you get the following message. 404 Page not found The page you are trying to reach does not exist, or has been moved....
## Summary - rewrite make-pbs CLI with argparse ## Testing - `pytest -k ""` *(fails: ModuleNotFoundError: No module named 'scipy')* ------ https://chatgpt.com/codex/tasks/task_e_6845a963ade0832fb4a441a0d292d84f
**Description:** Currently, Devito does not explicitly verify the compiler version used during code generation or JIT compilation. This can lead to confusing or silent failures when using outdated, non-conforming, or...
**Description:** When targeting OpenMP with Devito, we're seeing compilation-time warnings on some older systems: `ignoring #pragma omp simd` This is expected behavior when compiling with an OpenMP version < 4.0,...
Integrate security scanning tools—pip-audit, Bandit, and Trivy—into the GitHub Actions workflow
There are cases where the runtime environment can be malformed and Devito is being asked to run CUDA code on a device ID that does not exist. Example: When using...