raw
eucrypt_ch12_wrap...    1 -- S.MG, 2018
eucrypt_ch12_wrap... 2
eucrypt_ch12_wrap... 3 with "../mpi.gpr";
eucrypt_ch12_wrap... 4
eucrypt_ch12_wrap... 5 project test_MPI is
eucrypt_ch12_wrap... 6 for Languages use ("C");
eucrypt_ch12_wrap... 7
eucrypt_ch12_wrap... 8 for Source_Dirs use (".");
eucrypt_ch12_wrap... 9 for Object_Dir use "obj";
eucrypt_ch12_wrap... 10 for Exec_Dir use ".";
eucrypt_ch12_wrap... 11
eucrypt_ch12_wrap... 12 for Main use ("test_mpi.c");
eucrypt_ch12_wrap... 13 end test_MPI;
eucrypt_ch12_wrap... 14