CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

decomposePar: "Couldn't create directory"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 11, 2015, 16:38
Default decomposePar: "Couldn't create directory"
  #1
New Member
 
Manm
Join Date: Apr 2015
Posts: 16
Rep Power: 11
Manm is on a distinguished road
Hi,
I am trying to do run on multi-processors using decomposePar. However, after the first processor file is created, error appears that:

Code:
bash-4.1$ decomposePar
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.3.x-ccc06b4581b5
Exec   : decomposePar
Date   : Apr 11 2015
Time   : 16:34:33
Host   : "dc3swp53.dc.umich.edu"
PID    : 9409
Case   : /afs/umich.edu/user/m/a/manm/OpenFOAM/manm-2.3.x/run/project-materials/run-80mph-supercoarse
nProcs : 1
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time



Decomposing mesh region0

Create mesh

Calculating distribution of cells
Selecting decompositionMethod hierarchical

Finished decomposition in 0.54 s

Calculating original mesh data

Distributing cells to processors

Distributing faces to processors

Distributing points to processors

Constructing processor meshes
Reading hexRef8 data : cellLevel
Reading hexRef8 data : pointLevel
Reading hexRef8 data : level0Edge

Processor 0
    Number of cells = 123480
    Number of faces shared with processor 1 = 838
    Number of faces shared with processor 3 = 7942
    Number of faces shared with processor 4 = 150
    Number of processor patches = 3
    Number of processor faces = 8930
    Number of boundary faces = 16786


--> FOAM FATAL ERROR: 
Couldn't create directory "/afs/umich.edu/user/m/a/manm/OpenFOAM/manm-2.3.x/run/project-materials/run-80mph-supercoarse/processor1"

    From function Foam::mkDir(const fileName&, mode_t)
    in file POSIX.C at line 555.

FOAM exiting

kindly advise. I am creating a grid which has 740881 cells using blockMesh and snappyHexMesh and exporting this grid to my simulation folder for flow simulation.

Thanks

Last edited by wyldckat; April 19, 2015 at 11:26. Reason: Added [CODE][/CODE] markers
Manm is offline   Reply With Quote

Old   April 19, 2015, 11:28
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Manm and welcome to the forum!

I have to say that the error message is very clear on what went wrong:
Quote:
Originally Posted by Manm View Post
Code:
--> FOAM FATAL ERROR: 
Couldn't create directory "/afs/umich.edu/user/m/a/manm/OpenFOAM/manm-2.3.x/run/project-materials/run-80mph-supercoarse/processor1"

    From function Foam::mkDir(const fileName&, mode_t)
    in file POSIX.C at line 555.

FOAM exiting
Are you able to create that directory manually?

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
create the file *.foam phongstar OpenFOAM 12 October 14, 2018 18:06
Possible to create cyliner baffle (internal) using topoSet or stl Mesh? keepfit OpenFOAM 4 February 19, 2017 14:40
decomposePar 4-core warning/error? Boloar OpenFOAM Bugs 23 April 8, 2014 08:57
[ICEM] how to create a 2d tri mesh with quad mesh in the boundary layer seal2013 ANSYS Meshing & Geometry 3 October 6, 2013 16:09
Problem with decomposePar tool vinz OpenFOAM Pre-Processing 18 January 26, 2011 02:17


All times are GMT -4. The time now is 00:41.