-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment out txt xgboost output formats
- Loading branch information
1 parent
ae98407
commit 6fff690
Showing
5 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,12 @@ | |
# | ||
# Emulating DAGMan without using it. | ||
# | ||
# Run with: source submit.sh | ||
# Run with: source submit.sh (execute the command in the same folder) | ||
# | ||
# [email protected], 2024 | ||
|
||
mkdir logs -p | ||
|
||
ICEPATH="/vols/cms/mmieskol/icenet" | ||
|
||
TASK_SCRIPT="gridtune_task.sh" | ||
|
@@ -62,12 +64,12 @@ while true; do | |
elapsed_seconds=$((elapsed_time % 60)) | ||
|
||
# Otherwise, job is still in the queue, and we can wait | ||
echo "Job is still running (status: $job_status). Checking again in ${PERIOD} seconds..." | ||
echo "Cumulative waiting time: ${elapsed_minutes} minute(s) and ${elapsed_seconds} second(s)" | ||
echo "First job is still running (status: $job_status) | Elapsed: ${elapsed_minutes} min and ${elapsed_seconds} sec" | ||
sleep $PERIOD | ||
done | ||
|
||
# Submit the array job | ||
echo "" | ||
echo "Submitting array job" | ||
condor_submit $ARRAY_JOB | ||
echo " " | ||
|