Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
training
sohpc-training-2021
Commits
75b7eaf2
Commit
75b7eaf2
authored
Jun 29, 2021
by
Christopher Werner
Browse files
bash submission file added
parent
78041143
Changes
1
Hide whitespace changes
Inline
Side-by-side
D2-Python/02-Performance/exercise/run_cProfile.sh
0 → 100755
View file @
75b7eaf2
#!/bin/bash
#SBATCH --partition=CourseDevQ
#SBATCH --reservation=SOHPCCourse
#SBATCH --nodes=1
#SBATCH --time=00:05:00
#SBATCH --job-name=cprofile
#SBATCH --account=course
#SBATCH --output=cprofile.log
echo
-e
"
\n
##########"
# File to read
D
=
EDITME.py
echo
"File used = "
$D
echo
-e
"##########
\n
"
# TODO: Enter cProfile command to generate profile on specific file
python
"EDITME"
$D
echo
-e
"
\n
##########"
echo
"End of evolve exercise"
echo
-e
"##########
\n
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment