|
[Sponsors] |
April 15, 2011, 10:45 |
Error while running openfoam on CRAY XE6
|
#1 |
Senior Member
Suresh kumar Kannan
Join Date: Mar 2009
Location: Luxembourg, Luxembourg, Luxembourg
Posts: 129
Rep Power: 17 |
Hello ,
I have been trying to run a big case of app 33 million cells on a CRAY XE6 machine using the script: #!/bin/bash #PBS -N Q04_large_bcchanged_final #PBS -l mppwidth=64 #PBS -l mppnppn=16 #PBS -l walltime=3:00:00 #PBS -V # Change to the direcotry that the job was submitted from cd $PBS_O_WORKDIR aprun -n 64 -N 16 interFoam -parallel > log exit But i always get an error message: [nid00073:09463] opal_os_dirpath_create: Error: Unable to create the sub-directory (/tmp/openmpi-sessions-itlkann@nid00073_0) of (/tmp/openmpi-sessions-itlkann@nid00073_0/31169/0/0), mkdir failed [1] [nid00073:09465] opal_os_dirpath_create: Error: Unable to create the sub-directory (/tmp/openmpi-sessions-itlkann@nid00073_0) of (/tmp/openmpi-sessions-itlkann@nid00073_0/31183/0/0), mkdir failed [1] [nid00073:09463] [[31169,0],0] ORTE_ERROR_LOG: Error in file util/session_dir.c at line 101 looks like I don't have permissions to generate a directory in /tmp. But i checked the permissions and: drwxrwxrwt 9 root root 16120 2011-04-15 15:40 tmp i am not sure why this problem is caused, because I actually compiled openfoam on a different front end on a different cluster, but my files are also accessible from the CRAY front end,probably because they are mounted here. Any suggestions on how to eliminate this error would be helpful. regards K.Suresh kumar |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running OpenFOAM from Platform LSF | phinallydone | OpenFOAM Running, Solving & CFD | 6 | July 21, 2017 04:39 |
Difficulty running an inviscid compressible nozzle flow using OpenFOAM | rbozinoski | OpenFOAM Running, Solving & CFD | 11 | December 29, 2015 08:19 |
Valgrind claims invalid free when running icoFoam from OpenFOAM 1.6-ext | andrewryan | OpenFOAM Bugs | 3 | March 30, 2011 09:00 |
Eureka, OpenFoam 1.5 is running on OpenSUSE11.1 | Ahmed | Main CFD Forum | 0 | March 7, 2009 23:20 |
Running OpenFOAM | Sean | Main CFD Forum | 1 | April 8, 2008 14:26 |