idaholab / raven

RAVEN is a flexible and multi-purpose probabilistic risk analysis, validation and uncertainty quantification, parameter optimization, model reduction and data knowledge-discovering framework.
https://raven.inl.gov/
Apache License 2.0
217 stars 133 forks source link

[DEFECT] Installation HPC Lemhi #2199

Closed mgarrouste closed 10 months ago

mgarrouste commented 10 months ago

Thank you for the defect report

Defect Description

Here is the error I get when trying to re-install raven on Lemhi following the wiki's instructions: image

Steps to Reproduce

Install raven on lemhi

Expected Behavior

Installation without issues

Screenshots and Input Files

image

OS

Linux

OS Version

No response

Dependency Manager

CONDA

For Change Control Board: Issue Review

For Change Control Board: Issue Closure

dylanjm commented 10 months ago

To use raven on LEMHI you just need to do two things:

  1. Make sure you don't have a local conda environments called raven_libraries
  2. Run module load raven

You should be able to use RAVEN and HERON through the command line now.

We will update our wiki instructions to close this issue.

EDIT: If you are trying to provide your own RAVEN you may have to use export RAVEN_LIBS_NAME=myRavenLibs and make sure you call it something other than raven_libraries before you run the establish_conda_env.sh script.

mgarrouste commented 10 months ago

When I do module load raven in Lemhi and I try to run an input from the command line I get this error

image
dylanjm commented 10 months ago

I can't be sure what your alias raven is defined as. I'm guessing it's probably defined something like alias raven=<your/path/to/a/local/raven>/raven_framework.py this is not the raven that is used when loading module load raven

You should be able to run raven_framework ARMA_train_keynya_solar_2021.xml

mgarrouste commented 10 months ago

Thanks the reaven_framework command worked, however I would like to be able to use heron as well but when I try running heron the conda definition needs to be updated, what can I do?

dylanjm commented 10 months ago

Hi @mgarrouste can you post a few things, so I can help diagnose the issue:

  1. The command you are trying to run
  2. The error you are recieving
  3. The output of running echo $PATH

Thanks!

dylanjm commented 10 months ago

Closing this issue. The Wiki has been updated with instructions on how to use RAVEN on LEMHI. I have also worked with Marisol offline to fix her issue.