Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2161 Discussions

MPI IO problem with intel mpi v. 4.0.1.007 -

Terrence_Liao
Beginner
808 Views

We upgrade to Intel compiler V12 with impi 4.0.1.0007, a small mpiio code with simple mpi_file_write_all(...) failed to run with error message "...File locking failed in ADIOI_Set_lock...." Roll the impi back to 4.0.0.028, same code run fine. Any advice? Thanks. -- Terrence Liao
0 Kudos
3 Replies
Dmitry_K_Intel2
Employee
808 Views
Hi Terrence,

You probably work on parallel file system. Then you need to set file system explicitly:
Set I_MPI_EXTRA_FILESYSTEM=on and I_MPI_EXTRA_FILESYSTEM_LIST=lustre (or pvfs2 or panfs)

Let me know if you still see the error.

Regards!
Dmitry

0 Kudos
Dmitry_K_Intel2
Employee
808 Views
Terrence,

might be this is the same problem as before: http://software.intel.com/en-us/forums/showthread.php?t=71112

Regards!
Dmitry
0 Kudos
Terrence_Liao
Beginner
808 Views
Dmitry,

It works with -genv I_MPI_EXTRA_FILE_SYSTEM 1 -genv I_MPI_EXTRA_FILE_SYSTEM_LLIST lustre

Thanks.

-- Terrence
0 Kudos
Reply