-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Small Time step error #1
Comments
As this is OpenCL, could you have a look at it Mike? A small timestep could be caused by a bug in almost any kernel leading to Do you know if the field summaries match the Fortran reference version On Mon, Jun 29, 2015 at 1:07 PM, Gihan R. Mudalige <[email protected]
|
Actually this is OpenACC. On my Machine - Field summary at step 460 (from the reference version): So it seems something is wrong. Both are compiled using the pgi Fortran compilers |
I have compiled this version of Cloverleaf with PGI compilers (pgfortran 15.1-0) and when running on our K80 GPU (well 1/2 of the K80 as there are two GPUs on one card), I get a small timestep error at step 476.
The clover.in I am using is:
*clover
state 1 density=0.2 energy=1.0
state 2 density=1.0 energy=2.5 geometry=cuboid xmin=0.0 xmax=5.0 ymin=0.0 ymax=2.0 zmin=0.0 zmax=4.0
x_cells=96
y_cells=96
z_cells=96
xmin=0.0
ymin=0.0
zmin=0.0
xmax=10.0
ymax=10.0
zmax=10.0
initial_timestep=0.1
max_timestep=0.1
end_step=2955
end_time=1000.1
!profiler_on=0
use_opencl_kernels
opencl_vendor=nvidia
opencl_type=GPU
opencl_device=0
!profiler_on=1
*endclover
Did any one else get this error ?
The text was updated successfully, but these errors were encountered: