Closed thebetter2 closed 10 months ago
This is probably because "thermo" is one of the options for the d3q27_pf_velocity
:
https://github.com/CFD-GO/TCLB/blob/9d3bd181c5653ea178fe4ff5a50317988621c865/models/multiphase/d3q27_pf_velocity/conf.mk#L3
this means that there is a conflict in naming between your model d3q27_pf_velocity_thermo
and d3q27_pf_velocity
with _thermo
as option. Just name the model differently.
okay,thank you.
Background: I copied folder d3q27_pf_velocity to folder d3q27_pf_velocity_therm, then compiled it with "SetOptions(permissive.access=TRUE)" in Dynamic.R, the compiled result is passed , however, some XML files in the folder example/article cannot be run. I recompiled model d3q27_pf_velocity_therm without "SetOptions(permissive.access=TRUE)" in Dynamic.R, then there was a compilation error. Bug Description:When I compiled other models, the prompt message of model d3q27_pf_velocity_therm was output simultaneously. Even if the folder d3q27_pf_velocity_therm has been deleted in the CLB and model folders, its error prompt information will continue to be output thereafter. Partial output information is as follows (the following is 'make d2q9')
Please fill: My configuration:
I was running with GPU SERIAL CUDA 12.2/...