I wanted to run a Fortran code on one coprocessor of Xeon Phi. I've compiled the file on the main processor (gfortran -fopenmp program.f95 -o test) and copied the output file (test) to the coprocessor via scp command and tried to execute the file (./test), while doing that I got the following error "-bash: ./test: cannot execute binary file".
I'm completely new to Xeon Phi, Please help to get rid of this.....
Thank you