Hi,
I need to run multiple copies of my code on my computer while compiling & linking. It appears that in Fortran 2015 I can no longer use portlib to make portable/static code. I get entry point errors in the MKL DLL which I suspect is just the start of my troubles with multi-threaded OpenMP & MKL code. What is the easiest way to make code to move around my computer? I read the documentation but it seemed way too complex for what I'm trying to do.