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
When Atlas is built with the CMake option "ENABLE_CUDA" the test "atlas_fctest_field_host" fails at the following check,
atlas/src/tests/field/fctest_field_host.F90
Line 52 in 51e389e
DataStore
device_updated_
false
atlas/src/atlas/array/native/NativeDataStore.h
Line 106 in 51e389e
WrappedDataStore
For reference the failing test output is:
109: Test command: /home/azureuser/projects/jedi/jedi-bundle/atlas/tools/atlas-run "/home/azureuser/projects/jedi/build-relwithdebinfo/atlas/src/tests/field/atlas_fctest_field_host" 109: Environment variables: 109: ATLAS_RUN_NGPUS=1 109: OMP_NUM_THREADS=1 109: Test timeout computed to be: 1500 109: + export ECKIT_MPI_FORCE=serial 109: + /home/azureuser/projects/jedi/build-relwithdebinfo/atlas/src/tests/field/atlas_fctest_field_host 109: /home/azureuser/projects/jedi/jedi-bundle/atlas/src/tests/field/fctest_field_host.F90:52: warning: FCTEST_CHECK( .not. field%device_needs_update() ) 109: STOP 1 1/1 Test #109: atlas_fctest_field_host ..........***Failed 0.48 sec
set(ENABLE_MPI ON) set(ENABLE_OMP ON) set(ENABLE_OMP_Fortran ON) set(ENABLE_FCKIT ON) set(ENABLE_ECTRANS ON) set(ENABLE_TESSELATION ON) set(ENABLE_FFTW ON) set(ENABLE_CUDA ON) set(ENABLE_GRIDTOOLS_STORAGE OFF)
atlas_fctest_field_host
ctest -R atlas_fctest_field_host
v0.38.1
Ubuntu 22.04
No response
JCSDA
The text was updated successfully, but these errors were encountered:
Hi @fmahebert, @odlomax, and @yaswant, just pinging you so that you're aware.
Sorry, something went wrong.
74baa23
Thanks @l90lpa for reporting. Indeed it is only the test that was broken. This is now fixed in develop.
No branches or pull requests
What happened?
When Atlas is built with the CMake option "ENABLE_CUDA" the test "atlas_fctest_field_host" fails at the following check,
atlas/src/tests/field/fctest_field_host.F90
Line 52 in 51e389e
I believe the cause is that under the build option "ENABLE_CUDA", the
DataStore
variabledevice_updated_
is initialized tofalse
here,atlas/src/atlas/array/native/NativeDataStore.h
Line 106 in 51e389e
And similar happens for
WrappedDataStore
. I don't believe there is anything broken with Atlas, only that the test is broken.For reference the failing test output is:
What are the steps to reproduce the bug?
atlas_fctest_field_host
:Version
v0.38.1
Platform (OS and architecture)
Ubuntu 22.04
Relevant log output
No response
Accompanying data
No response
Organisation
JCSDA
The text was updated successfully, but these errors were encountered: