We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error occurred when I tried to run the test case channel-particles
[ 0] ERROR ! Unknown setting AccelX
My configuration:
./configure --with-lammps=/<path to LIGGGHTS directory>/LIGGGHTS-PUBLIC/ make -j8 d3q27_PSM_NEBB
I was running with GPU SERIAL CUDA 12.0
I was running with:
mpiexec --allow-run-as-root -np 1 CLB/d3q27_PSM_NEBB/main /opt/TCLB/example/particle/3d/channel-particles.xml : -np 1 CLB/d3q27_PSM_NEBB/lammps /opt/TCLB/example/particle/3d/in.channel-particles
The xml file is the /opt/TCLB/example/particle/3d/channel-particles.xml
I get this error:
`[ 0] ERROR ! Unknown setting AccelX`
When I comment out this line, the program works, it seems that the model does not recognize this parameter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following error occurred when I tried to run the test case channel-particles
[ 0] ERROR ! Unknown setting AccelX
My configuration:
I was running with GPU SERIAL CUDA 12.0
I was running with:
mpiexec --allow-run-as-root -np 1 CLB/d3q27_PSM_NEBB/main /opt/TCLB/example/particle/3d/channel-particles.xml : -np 1 CLB/d3q27_PSM_NEBB/lammps /opt/TCLB/example/particle/3d/in.channel-particles
The xml file is the /opt/TCLB/example/particle/3d/channel-particles.xml
I get this error:
When I comment out this line, the program works, it seems that the model does not recognize this parameter
The text was updated successfully, but these errors were encountered: