-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Dear galaexi users and developers,
I get to know this compressible flow solver from flexi website.
I'm currently working on project on simulating compressible flow past a cylinder.
I'm very interested in taking time to run this GPU version code.
However, when I downloaded the code and try to compile, it gives me errors as below,
consolidate compiler generated dependencies of target userblocklib
[ 1%] Building C object CMakeFiles/userblocklib.dir/bin/print_userblock.c.o
[ 2%] Linking C static library lib/libuserblocklib.a
[ 2%] Built target userblocklib
[ 4%] Built target stacksizelib
[ 5%] Building Fortran object CMakeFiles/libflexistaticF90.dir/src/dg/dg_vars.f90.o
/workspace/galaexi/src/dg/dg_vars.f90:60:5:
60 | REAL,ALLOCATABLE,TARGET,PINNED :: U(:,:,:,:,:) !< Solution variable for each equation, node and element,
| 1
Error: Invalid character in name at (1)
/workspace/galaexi/src/dg/dg_vars.f90:92:5:
92 | REAL,DEVICE,ALLOCATABLE,DIMENSION(:,:,:,:,:) :: d_f, d_g, d_h
| 1
Error: Invalid character in name at (1)
Could you please give a hint ?
Best Regards,
Zhicheng Wang