FEAP User Forum

FEAP => Parallel FEAP => Topic started by: luc on August 26, 2014, 06:46:14 AM

Title: NPROC
Post by: luc on August 26, 2014, 06:46:14 AM
Hi,
I now that the makefile in parfeap declares a variable called NPROC, I assume that this is only useful if I want to run jobs using the make utility?
I have nothing to worry about if I want to compile and run with more of less than NPROC as long as don't run my program with a make command?

Best,
Luc
Title: Re: NPROC
Post by: Prof. S. Govindjee on August 26, 2014, 08:36:56 PM
Correct.  If you search the makefile for NPROC, you can easily confirm that.
Title: Re: NPROC
Post by: luc on August 28, 2014, 07:06:42 AM
Yes I read the makefile and that is just what I thought. I'm sorry for the uninteresting question, I am trying to use FEAP and PETSc to test fieldsplit preconditioners on a very large system and it is the first time I am using an HPC facility...
I think I am getting a little paranoid about what the code is doing...

Thanks for the answer anyway!