-
Notifications
You must be signed in to change notification settings - Fork 126
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
Errors during the execution of the command: make -j 16 #4321
Comments
It'd be easier to sort these errors if you don't add a -j flag to make. That way it's more obvious what file these are coming from. It's not wildly unusual to see problems with ssize_t as it's definition tends to vary from system to system. Sharing the os and compiler might aid in pointing you in the right direction. |
Thank you !! I'm working on a WSL Ubuntu OS and using a gcc-11 compiler. |
Something is not correct with your HDF5 installation, Did you build hdf5 and adios with the same compiler? Which version of hdf5 are you using? |
Oh, missed the fact this is WSL. So your hdf5 seems to be picked up from Clover installed on Windows. You definitely need to point to a hdf5 install on the Ubuntu WSL.
|
Thank you.
Are these the correct commands to use now? |
Yes, but only if you are building adios as a serial library. If you have MPI installed in this case, you have to force it off with |
The following errors pop up when
make -j 16
command is executed. Please help me to tackle this and proceed with the installation.The text was updated successfully, but these errors were encountered: