Dear Sir,
I am a new FEAP user. I need to run a FEAP program in Parallel (in the HPCC of my University). But to do that, I need to split the input file into "n" input files. I tried to split (or partition) my input file (Ipatch_4el) using the following steps:
1. hrothgar:/FEAP-83-2011-new/ver83/parfeap/partition$
2. In partition directory I have the following files:
-Ipatch_4el (input file)
-makefile
-partition.c
-sparse-graph.c
-sparse-graph.h
3. Then I tried to compile partition.c using:
mpicc -o partition partition.c
4. But I couldn't do that. I am getting the following error message:
catastrophic error: cannot open source file "parmetis.h"
compilation aborted
Actually, what I am doing wrong? My target is to split the Input file (Ipatch_4el) in n number of Input files for running FEAP in Parallel. Is there any other way to do that?
I will be very grateful if I get some help from you.
Best Regards