Skip to content

Conversation

@along4
Copy link
Collaborator

@along4 along4 commented Jun 28, 2024

Now PLEIADES has the ability to define a working directory that allows users to archive sammy runs. This is important for two reasons.

  • The first is setting up par files using ENDF files.
  • The second is because this might be needed if you have several SAMMY jobs running in parallel

NOTE: I only fixed this for running sammy to get ENDF based parameter files. This needs to be propagated for the rest of the functions in sammyUtils.py.

When you run sammy_par_from_endf you can specify archive and archive_dir.
archive is a Boolean flag that allows you to toggle the ability to archive. If this is false then pleiades just dumps all files in the local dir from where a pleiades script is called. It will run sammy from this local directory, along with creating a "results" dir to store sammy output files.
archive_dir is the directory where you can run sammy and store the results.

@along4 along4 merged commit fa61686 into main Jun 28, 2024
@along4 along4 deleted the creating_working_dir_framework branch June 28, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fixing issues with archive dir and creating working_dir file path to be passed

3 participants