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
make check
Describe the bug The test_bc_restart.sh and test_atmosphere_io.sh tests are failing with intel 20 on skylake:
test_bc_restart.sh
test_atmosphere_io.sh
Both tests fail when reading in the namelist:
FMS/test_fms/fms2_io/test_bc_restart.F90
Line 61 in d652777
with forrtl: severe (24): end-of-file during read, unit -5, file Internal Formatted NML Read, line -1, position 2
forrtl: severe (24): end-of-file during read, unit -5, file Internal Formatted NML Read, line -1, position 2
To Reproduce run make check with intel 20 on skylake
Expected behavior make check should pass
System Environment Describe the system environment, include:
Currently Loaded Modules:
FCFLAGS=" nf-config --fflags -O0 -g -traceback" CPPFLAGS="nc-config --cflags -O0 -g -traceback" FC="mpiifort" CC="mpiicc"
nf-config --fflags
nc-config --cflags
Additional context This is what causing the CI crash in #901
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The
test_bc_restart.sh
andtest_atmosphere_io.sh
tests are failing with intel 20 on skylake:Both tests fail when reading in the namelist:
FMS/test_fms/fms2_io/test_bc_restart.F90
Line 61 in d652777
with
forrtl: severe (24): end-of-file during read, unit -5, file Internal Formatted NML Read, line -1, position 2
To Reproduce
run
make check
with intel 20 on skylakeExpected behavior
make check
should passSystem Environment
Describe the system environment, include:
Currently Loaded Modules:
FCFLAGS="
nf-config --fflags
-O0 -g -traceback"CPPFLAGS="
nc-config --cflags
-O0 -g -traceback"FC="mpiifort"
CC="mpiicc"
Additional context
This is what causing the CI crash in #901
The text was updated successfully, but these errors were encountered: