I want to install the source code version of DAMASK 3.0.0 Beta 2. My PETSc configuration shows successful, and I configured version 3.15.5. However, I encountered the following errors when installing the grid and mesh. I am not sure if the `parallelization.f90` file has issues. Below are the images showing my successful PETSc test and the error messages I received:
/home/DAMASK-BETA2/build-grid
-- Configuring done (0.9s)
-- Generating done (0.0s)
-- Build files have been written to: /home/cairui/DAMASK-BETA2/build-grid
-Ubuntu24:~/DAMASK-BETA2$ sudo cmake --build build-grid --target install
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(:)/INTEGER(4)).
gmake[2]: *** [src/CMakeFiles/DAMASK_grid.dir/build.make:401: src/CMakeFiles/DAMASK_grid.dir/parallelization.f90.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:98: src/CMakeFiles/DAMASK_grid.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2