Compile and Install PETSc with external libraries
Download/Install superlu_dist/mumps/MPI/cmake with metis / parmetis without mpi Output Install Activate PETSc Add dir to PATH Check Activation thru GridapPETSc…
Download/Install superlu_dist/mumps/MPI/cmake with metis / parmetis without mpi Output Install Activate PETSc Add dir to PATH Check Activation thru GridapPETSc…
start=$(date +%s) # processes you wanna measure sleep 3 end=$(date +%s) echo "elapsed time: $((end - start)) sec" start=$(date +%s%N)…