Student install instructions (exact)
- Install command line tools:
xcode-select --install
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then run the “brew shellenv” command the installer prints.
- Install OpenMP runtime:
brew install libomp
- Build:
make
Quick diagnostic if this still fails
Have them run:
make clean make V=1
and confirm the compile line starts with clang++, not g++.
