Skip to content

Commit

Permalink
Change handle-preexisting-dirs to use the existing ones rather than a…
Browse files Browse the repository at this point in the history
…bort on finding them
  • Loading branch information
mfdeakin-sandia committed Apr 26, 2017
1 parent 697583f commit c4a21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_acme.template.csh
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ endif
# DETERMINE THE OPTIONS FOR CREATE_NEWCASE
#=============================================================

set configure_options = "--case ${case_scripts_dir} --compset ${compset} --res ${resolution} --project ${project} --pecount ${std_proc_configuration} --handle-preexisting-dirs a"
set configure_options = "--case ${case_scripts_dir} --compset ${compset} --res ${resolution} --project ${project} --pecount ${std_proc_configuration} --handle-preexisting-dirs u"

if ( `lowercase $machine` != default ) then
set configure_options = "${configure_options} --mach ${machine}"
Expand Down

0 comments on commit c4a21d6

Please sign in to comment.