Skip to content
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

Intel Fortran compiler errors out on unifycr file descriptors #300

Open
adammoody opened this issue Apr 12, 2019 · 0 comments
Open

Intel Fortran compiler errors out on unifycr file descriptors #300

adammoody opened this issue Apr 12, 2019 · 0 comments

Comments

@adammoody
Copy link
Collaborator

With the Intel Fortran compiler, I get the following:

+ test_write
forrtl: Bad file descriptor
forrtl: severe (108): cannot stat file, unit 0, file /unifycr/file.ckpt
Image              PC                Routine            Line        Source             
test_write         000000000040B0CE  for__io_return        Unknown  Unknown
test_write         000000000041A0C5  for_open              Unknown  Unknown
test_write         0000000000408A51  Unknown               Unknown  Unknown
test_write         000000000040866E  Unknown               Unknown  Unknown
libc-2.17.so       00002AAAAC09D3D5  __libc_start_main     Unknown  Unknown
test_write         0000000000408569  Unknown               Unknown  Unknown

I was able to see that this was in fact running through the UnifyCR I/O wrappers. The for_open was eventually calling into the open64 wrapper. It's possible that the Intel Fortran I/O library may not like the out-of-range file descriptor the wrapper is returning.

System information

Type Version/Name
Operating System
OS Version
Architecture
UnifyCR Version

Describe the problem you're observing

Describe how to reproduce the problem

Include any warning or errors or releveant debugging data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant