Using generated mesh partitioning files on another machine
Posted: Fri Nov 20, 2020 11:49 pm
Hello,
I'm using a cluster which PT-Scotch is not installed on it.
So, I'm going to do the partitioning on my PC using PT-Scotch and then transfer the generated partitioning and the mesh_output files to the cluster.
First of all, is it possible to transfer and use the partitioning files generated by PT-Scotch on a machine to another machine that there is no PT-Scotch installed on it?
If yes, then am I doing the correct procedures as below?
I have 8 MPI processes on the PC and I use 28 MPI processes on the cluster, but by using cs_partitioning_add_partitions I created the partition file for the 28 MPI processes. Now I have three files:
1- mesh_output
2- domain_number_28
3- domain_number_8
I did transfer the first two files to the cluster and set them as mesh_input file and partitioning file then I started the calculation. Is it right and enough?
Regards,
Mohammad
I'm using a cluster which PT-Scotch is not installed on it.
So, I'm going to do the partitioning on my PC using PT-Scotch and then transfer the generated partitioning and the mesh_output files to the cluster.
First of all, is it possible to transfer and use the partitioning files generated by PT-Scotch on a machine to another machine that there is no PT-Scotch installed on it?
If yes, then am I doing the correct procedures as below?
I have 8 MPI processes on the PC and I use 28 MPI processes on the cluster, but by using cs_partitioning_add_partitions I created the partition file for the 28 MPI processes. Now I have three files:
1- mesh_output
2- domain_number_28
3- domain_number_8
I did transfer the first two files to the cluster and set them as mesh_input file and partitioning file then I started the calculation. Is it right and enough?
Regards,
Mohammad