Thanks a lot Lukas,
it solved the problem. I use (Open MPI) 1.8.4 -
as I understand it was recomended for FDS 6.2. I'm not so expert about
MPI/OpenMP. I typed:
mpirun --x OMP_NUM_THREADS=1 --hostfile hostfile --np 19 -bind-to core:overload-allowed --wdir ./ ./fds_mpi_6.2 ./RBC_01_A.fds
and now get:
[abc@linux5 FDS_L5]$ mpirun --x OMP_NUM_THREADS=1 --hostfile hostfile --np 19 -bind-to core:overload-allowed --wdir ./ ./fds_mpi_6.2 ./RBC_01_A.fds
OpenMP thread 0 of 0 assigned to MPI process 3 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 0 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 1 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 2 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 4 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 6 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 5 of 18 is running on linux5
OpenMP thread 0 of 0 assigned to MPI process 7 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 9 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 16 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 10 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 11 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 13 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 14 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 15 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 17 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 18 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 12 of 18 is running on linux4
OpenMP thread 0 of 0 assigned to MPI process 8 of 18 is running on linux4
Mesh 1 is assigned to MPI Process 0
Mesh 2 is assigned to MPI Process 1
Mesh 3 is assigned to MPI Process 2
Mesh 4 is assigned to MPI Process 3
Mesh 5 is assigned to MPI Process 4
Mesh 6 is assigned to MPI Process 5
Mesh 7 is assigned to MPI Process 6
Mesh 8 is assigned to MPI Process 7
Mesh 9 is assigned to MPI Process 8
Mesh 10 is assigned to MPI Process 9
Mesh 11 is assigned to MPI Process 10
Mesh 12 is assigned to MPI Process 11
Mesh 13 is assigned to MPI Process 12
Mesh 14 is assigned to MPI Process 13
Mesh 15 is assigned to MPI Process 14
Mesh 16 is assigned to MPI Process 15
Mesh 17 is assigned to MPI Process 16
Mesh 18 is assigned to MPI Process 17
Mesh 19 is assigned to MPI Process 18
Fire Dynamics Simulator
Compilation Date : Sat, 11 Apr 2015
Current Date : June 10, 2015 16:52:41
Version : FDS 6.2.0
SVN Revision No. : 22343
MPI Enabled; Number of MPI Processes: 19
OpenMP Enabled; Number of OpenMP Threads: 1
.......
Best wishes,
Jakub