File locked Error
Posted: 15 Jun 2018, 05:51
Hi all,
I am trying to run an optimization in Pelegant. I use the command,
It works fine as long as my method is 'simplex'. If I change it to anything else, I get an error,
Where OptimizedQ.bun is the bunch file written by my elegant code. I think all the parallel processes try to access the same bunch file and clashes. Is there any other changes I need to make in existing namelists other than in ¶llel_optimization_setup for parallel optimization to work?
Thanks
Neeraj
I am trying to run an optimization in Pelegant. I use the command,
Code: Select all
mpiexec -n 6 Pelegant optimizeQ.ele
Code: Select all
Error:
Unable to access file optimizedQ.bun--file is locked (SDDS_InitializeOutput)
Error:
Unable to access file optimizedQ.bun--file is locked (SDDS_InitializeOutput)
Error:
Unable to access file optimizedQ.bun--file is locked (SDDS_InitializeOutput)
Error:
Unable to access file optimizedQ.bun--file is locked (SDDS_InitializeOutput)
Error:
Unable to access file optimizedQ.bun--file is locked (SDDS_InitializeOutput)
Thanks
Neeraj