Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic logging #479

Merged
merged 22 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
two-scale-heat-conduction: tabs to spaces
MakisH committed Mar 20, 2024
commit 6a36e5ebf62f9e2d581a4067edd8c2cc2ce13436
2 changes: 1 addition & 1 deletion two-scale-heat-conduction/micro-dumux/run.sh
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ usage() { echo "Usage: cmd [-s] [-p n]" 1>&2; exit 1; }
# Check if no input argument was provided
if [ -z "$*" ] ; then
log echo "No input argument provided. Micro Manager is launched in serial"
log python3 run_micro_manager.py params.input
log python3 run_micro_manager.py params.input
fi

while getopts ":sp" opt; do
2 changes: 1 addition & 1 deletion two-scale-heat-conduction/micro-nutils/run.sh
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ log pip install -r requirements.txt
# Check if no input argument was provided
if [ -z "$*" ] ; then
log echo "No input argument provided. Micro Manager is launched in serial"
log python3 run-micro-problems.py
log python3 run-micro-problems.py
fi

while getopts ":sp" opt; do