Skip to content
Snippets Groups Projects
Commit 39f88d75 authored by phit0's avatar phit0
Browse files

remove --app ogs from OS command

parent cfb74adc
No related branches found
No related tags found
3 merge requests!38Draft: standardize files references during prj import/export,!35Resolve "Manual CI job to run all benchmarks",!33Resolve "Update to OGSv6.4.1"
...@@ -221,7 +221,7 @@ construct_ogs_command <- function(ogs6_bin_path){ ...@@ -221,7 +221,7 @@ construct_ogs_command <- function(ogs6_bin_path){
if (stringr::str_sub(ogs6_bin_path, -4) == ".sif"){ if (stringr::str_sub(ogs6_bin_path, -4) == ".sif"){
assertthat::assert_that(file.exists(ogs6_bin_path)) assertthat::assert_that(file.exists(ogs6_bin_path))
ogs6_command <- c("singularity","exec", "--app ogs", ogs6_command <- c("singularity","exec",
ogs6_bin_path, "ogs") ogs6_bin_path, "ogs")
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment