SyntaxFix
Write A Post
Hire A Developer
Questions
You're not including the C file that contains main() when compiling, so the linker isn't seeing it.
main()
You need to add it:
$ gcc -o runexp runexp.c scd.o data_proc.o -lm -fopenmp