Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/Tests/GlaDS_3dInt/README.txt
3206 views
1
To execute the test:
2
--------------------
3
4
#################
5
# Run on 1 proc
6
#################
7
8
# Run
9
mpirun -np 1 ElmerSolver_mpi glads_3dint.sif
10
11
12
#################
13
# Run on 2 procs
14
#################
15
16
# Replace UMFPACK with MUMPS in the sif
17
# file if you are using multiple partitions
18
19
# Mesh with 2 partitions (mesh_B5/partitioning.2)
20
# including moulins nodes is provided with this test
21
22
23
# Create 2 partitions
24
ElmerGrid 2 2 mesh_B5 -partition 2 1 1
25
26
# Distribute Moulins
27
python makemoulin.py --meshdir mesh_B5 --moulin B5_M.xy --partition 2
28
29
# Run
30
mpirun -np 2 ElmerSolver_mpi glads_3dint.sif
31
32
33
###############################
34
# Notes: Create Mesh from .geo
35
###############################
36
37
# Need gmsh version 3.0.6 or less
38
# Otherwise you will not be able to create the same mesh
39
40
gmsh -1 -2 mesh_B5.geo
41
ElmerGrid 14 2 mesh_B5.msh -autoclean
42
43
# Then distribute Moulin Nodes among the partitions
44
python makemoulin.py --meshdir mesh_B5 --moulin B5_M.xy --partition NUMBER_OF_PARTITIONS
45
46
47
48
Results established:
49
------------------
50
22.12.2019
51
Mondher CHEKKI IGE
52
Gricad Cluster: Dahu
53
Compiler version: intel/intelmpi version 18.0.5
54
gcc/gfortran version 6.3.0
55
Revision bddcb7f2
56
57
58
59