program test #ifdef PARA print*,'here I will put my parallel code once I learn how ...' #else print*,'this is my serial machine code' #endif print*,'this part is done both in serial and parallel cases' end program test