Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed Jun 10, 2024
1 parent ed3a535 commit 22e80fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .buildkite/build_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ if [[ "${OPENMODELICA_BENCHMARK_TARGETS[*]}" =~ "${1}" ]]; then
apt install --yes libomccpp

useradd -m openmodelicauser
echo $PATH
# echo $PATH
whoami
ls -al $(which julia)
chmod u+w /bin/su
ls -l /bin/su
ls -l $(which su)
su - openmodelicauser
/bin/su openmodelicauser --session-command whoami
fi

# Instantiate, to install the overall project dependencies, and `build()` for conda
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/ModelingToolkit/ThermalFluid.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ for (i, N_x_i) in enumerate(N_x)
@show N_x_i, ss_times[i, :], times[i, :], total_times[i, :]
end
```


## Time OpenModelica

```julia
Expand Down

0 comments on commit 22e80fd

Please sign in to comment.