Sherman-Morrison/mwe/compile.sh

2 lines
82 B
Bash
Executable File

icpc -c worker.cpp && ifort -c main.f90 && ifort -lstdc++ worker.o main.o -o test