Compiling contd….
Let us say we have two source files a1.f
and a2.F
ifort  -c –O2 a1.f
ifort  -DMPI –c –O2 a2.F
ifort  -o all\a1.o a2.o