- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Terrence,
might be this is the same problem as before: http://software.intel.com/en-us/forums/showthread.php?t=71112
Regards!
Dmitry
might be this is the same problem as before: http://software.intel.com/en-us/forums/showthread.php?t=71112
Regards!
Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dmitry,
It works with -genv I_MPI_EXTRA_FILE_SYSTEM 1 -genv I_MPI_EXTRA_FILE_SYSTEM_LLIST lustre
Thanks.
-- Terrence
It works with -genv I_MPI_EXTRA_FILE_SYSTEM 1 -genv I_MPI_EXTRA_FILE_SYSTEM_LLIST lustre
Thanks.
-- Terrence

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page