Skip to content

Commit e568f87

Browse files
samimkpelesh
authored andcommitted
Added Streamlit launcher application
1 parent f72391e commit e568f87

File tree

16 files changed

+4
-209605
lines changed

16 files changed

+4
-209605
lines changed

launcher/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Edit these paths when deploying on a different machine
33

44
# Root ExaGO directory
5-
exago_dir: /home/samimk/Documents/Fakultet/Projekti/Slaven/exago/ExaGO
5+
exago_dir: {$EXAGO_PARENT_FOLDER}/ExaGO
66

77
# Path to compiled application binaries
88
applications_dir: ${exago_dir}/build/applications
@@ -23,10 +23,10 @@ output_dir: ${exago_dir}/../LLMSim/launcher/output
2323
environment:
2424
# Additional library paths (colon-separated, appended to LD_LIBRARY_PATH)
2525
ld_library_path:
26-
- /home/samimk/Documents/Fakultet/Projekti/Slaven/exago/lib/libcoinhsl/lib64
26+
- {$LIBCOINHSL_PATH}
2727
# Additional binary paths (colon-separated, prepended to PATH)
2828
path:
29-
- /home/samimk/Documents/Fakultet/Projekti/Slaven/exago/ExaGO/petsc/petsc-install/bin
29+
- {$PETSC_BIN_PATH}
3030
# Additional Python paths (colon-separated, prepended to PYTHONPATH)
3131
pythonpath:
32-
- /home/samimk/Documents/Fakultet/Projekti/Slaven/exago/ExaGO/build/interfaces/python
32+
- {$EXAGO_PARENT_FOLDER}/ExaGO/build/interfaces/python

0 commit comments

Comments
 (0)