mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2025-04-28 19:34:44 +02:00
2 lines
82 B
Bash
Executable File
2 lines
82 B
Bash
Executable File
icpc -c worker.cpp && ifort -c main.f90 && ifort -lstdc++ worker.o main.o -o test
|