Skip to content

Commit

Permalink
Fix directories in simfactory entries for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chcheng3 committed Sep 22, 2024
1 parent 1d4c5fe commit 3df2fcc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions scripts/actions-cpu-real32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-cpu-real32.cfg
submitscript = actions-cpu-real32.sub
runscript = actions-cpu-real32.run
Expand All @@ -40,7 +40,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
basedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down
4 changes: 2 additions & 2 deletions scripts/actions-cpu-real64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-cpu-real64.cfg
submitscript = actions-cpu-real64.sub
runscript = actions-cpu-real64.run
Expand All @@ -37,7 +37,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
sourcebasedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down
4 changes: 2 additions & 2 deletions scripts/actions-cuda-real32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-cuda-real32.cfg
submitscript = actions-cuda-real32.sub
runscript = actions-cuda-real32.run
Expand All @@ -39,7 +39,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
basedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down
4 changes: 2 additions & 2 deletions scripts/actions-cuda-real64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-cuda-real64.cfg
submitscript = actions-cuda-real64.sub
runscript = actions-cuda-real64.run
Expand All @@ -36,7 +36,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
basedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down
4 changes: 2 additions & 2 deletions scripts/actions-oneapi-real64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-oneapi-real64.cfg
submitscript = actions-oneapi-real64.sub
runscript = actions-oneapi-real64.run
Expand All @@ -38,7 +38,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
basedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down
4 changes: 2 additions & 2 deletions scripts/actions-rocm-real64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliaspattern = ^actions$
# EOT

# Source tree management
sourcebasedir = /__w/CarpetX/workspace
sourcebasedir = /__w/canudax-tests/workspace
optionlist = actions-rocm-real64.cfg
submitscript = actions-rocm-real64.sub
runscript = actions-rocm-real64.run
Expand All @@ -38,7 +38,7 @@ enabled-thorns = <<EOT
EOT

# Simulation management
basedir = /__w/CarpetX/workspace/simulations
basedir = /__w/canudax-tests/workspace/simulations
quota = 10 # don't use all disk space
cpu = Intel Core i9
cpufreq = 2.4
Expand Down

0 comments on commit 3df2fcc

Please sign in to comment.