Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120240632
debugrun.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 2, 21:37
Size
198 B
Mime Type
text/x-shellscript
Expires
Fri, Jul 4, 21:37 (2 d)
Engine
blob
Format
Raw Data
Handle
27160276
Attached To
R12662 PHPC-graded_hw_1
debugrun.sh
View Options
#!/bin/bash
# Load modules
module purge
module load gcc cuda
module list
# Clean up filespace
rm slurm*
make clean
# Compile
make
# Run
sbatch run_once.sh
# Display results
sleep 3s
cat slurm*
Event Timeline
Log In to Comment