Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91229731
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
Sat, Nov 9, 04:38
Size
198 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 04:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22219237
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