Hi Guys,
I am working on the compiling on a cluster and errors appeared during the compiling process. I describe them here.
I can cmake the openfast successfully.
I then make it with error : Fatal Error: Cannot read module file 'pfunit_mod.mod' opened at (1), because it was created by a different version of GNU Fortran, compilation terminated.
After that I cannot run the utest and regression test.
However, the openfast and submodules have been compiled and built normally. I can run an example in the regression test successfully by manual. I try to run the regression test manually, but it showed fails with the message of lacking of Numpy.
I actually installed the Numpy as mentioned in the #384 by Andy, but the cluster shell environment can not recognize it even I tried to export it to the shell. The installed Numpy contains bin and lib folders with only three files in the bin. Can someone give me a hand on how to fix this problem? Thank You!
Hi Guys,
I am working on the compiling on a cluster and errors appeared during the compiling process. I describe them here.
I can cmake the openfast successfully.
I then make it with error : Fatal Error: Cannot read module file 'pfunit_mod.mod' opened at (1), because it was created by a different version of GNU Fortran, compilation terminated.
After that I cannot run the utest and regression test.
However, the openfast and submodules have been compiled and built normally. I can run an example in the regression test successfully by manual. I try to run the regression test manually, but it showed fails with the message of lacking of Numpy.
I actually installed the Numpy as mentioned in the #384 by Andy, but the cluster shell environment can not recognize it even I tried to export it to the shell. The installed Numpy contains bin and lib folders with only three files in the bin. Can someone give me a hand on how to fix this problem? Thank You!