>> You know, this is how I originally had things set up, but it seems
>> to be at
>> odds with the "make install" target. Try configuring trilinos with
>> the
>> --prefix="$TRILINOS_DIR" , then do a make install, and you will see
>> what I
>> mean.
>
> Aha! Now, what was in there makes more sens
On Aug 20, 2008, at 12:00 PM, Benjamin Kirk wrote:
> You know, this is how I originally had things set up, but it seems
> to be at
> odds with the "make install" target. Try configuring trilinos with
> the
> --prefix="$TRILINOS_DIR" , then do a make install, and you will see
> what I
> mean
> I just committed a change that modifies what the $TRILINOS_DIR environment
> variable should be set to. I'm not really sure what I was thinking before...
> but now it makes more sense.
>
> What you do is set it to the build directory in which you built Trilinos.
> This is more in line with the
I just committed a change that modifies what the $TRILINOS_DIR environment
variable should be set to. I'm not really sure what I was thinking
before... but now it makes more sense.
What you do is set it to the build directory in which you built Trilinos.
This is more in line with the Trilinos Use