Skip to content

Commit

Permalink
wrong flag
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 22e80fd commit 8569df2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .buildkite/build_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ if [[ "${OPENMODELICA_BENCHMARK_TARGETS[*]}" =~ "${1}" ]]; then
# echo $PATH
whoami
ls -al $(which julia)
chmod u+w /bin/su
ls -l /bin/su
ls -l $(which su)
/bin/su openmodelicauser --session-command whoami
ls -l /etc/passwd /etc/group
chmod 644 /etc/passwd
chmod 644 /etc/group
ls -l /etc/passwd /etc/group
chmod u+ws /bin/su
su openmodelicauser --session-command whoami
fi

# Instantiate, to install the overall project dependencies, and `build()` for conda
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/ModelingToolkit/ThermalFluid.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const LLVMBackend = JuliaSimCompiler.llvm.LLVMTarget();

@show "Start Julia Timings"


for (i, N_x_i) in enumerate(N_x)
@show i
ss_times[i, 1], sys_mtk = build_system(MTKSystem, N_x_i)
Expand All @@ -342,6 +343,7 @@ 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 8569df2

Please sign in to comment.