When I launch the test case, I cannot read the "../paracom.txt" file

You are not supposed to read this file : the whole test case is defined by its casXXX.F90 file and by the chosen CPP keys. If the code asks for a paracom.txt file, it means you have not specified in your "makefile" file that you want to run the test case.

Define :

  • TESTCASE = 'use' (and not 'used')
  • TEST = casgravadj (for instance)
  • and o not forget to specify the good CPP keys in your Makefile.caparmor / Makefile.linux. They are listed in the "makefile" file.