|
[Sponsors] |
An interesting point about permission denied error!!! help me |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 22, 2013, 07:57 |
An interesting point about permission denied error!!! help me
|
#1 |
Senior Member
|
Hi everybody
an interesting thing happen for me is that I ran a case with buoyantBoussinesqSimpleFoam solver in parallel with the following code in my Allrun file: Code:
#!/bin/sh cd ${0%/*} || exit 1 # run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions application=`getApplication` #runApplication $application runApplication decomposePar runParallel $application 3 runApplication reconstructPar streamFunction foamToTecplot360 # ----------------------------------------------------------------- end-of-file then I copied this case to my external hard disk and deleted the case from first place. then I copied the case from my external hard disk to my system exactly where the previous case was in it. I ran it again with ./Allrun but it said: Code:
bash: ./Allrun: Permission denied thanks Mostafa |
|
December 22, 2013, 10:40 |
|
#2 | |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
it has been converted to read-only file so you need to change it to execute file
Quote:
__________________
My Personal Website (http://nimasamkhaniani.ir/) Telegram channel (https://t.me/cfd_foam) |
||
December 22, 2013, 11:50 |
|
#3 |
Senior Member
|
dear Nima,
again thank you, It works you help me for second time have a nice year Mostafa |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
cannot restore segment prot after reloc: Permission denied | Argen | OpenFOAM | 1 | August 10, 2012 19:13 |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |