libqueso / queso

QUESO is a C++ library for doing uncertainty quantification. QUESO stands for Quantification of Uncertainty for Estimation, Simulation and Optimization.
Other
57 stars 40 forks source link

"make install" fails in parallel #611

Open roystgnr opened 7 years ago

roystgnr commented 7 years ago

A "make -j 24 install" fails for me, frequently but unpredictably, with errors like

/usr/bin/install: cannot change permissions of ‘/h2/roystgnr/LIBRARIES/queso-no_libmesh/examples/validationCycle/exTgaValidationCycle_qoi.h’: No such file or directory

and

/usr/bin/install: cannot create regular file ‘/h2/roystgnr/LIBRARIES/queso-no_libmesh/examples/validationCycle/exTgaValidationCycle_appl.h’: File exists

I have no idea what's going on but this is obviously low priority; nobody needs to parallelize install, and serial install works fine.