Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91211190
run_once.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, 00:36
Size
286 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 00:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22221096
Attached To
R12662 PHPC-graded_hw_1
run_once.sh
View Options
#!/bin/bash
# Script runs the program once, for debugging purposes
#SBATCH --nodes=1
#SBATCH --time=1:0:0
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --qos=gpu_free
#SBATCH --account=math-454
#SBATCH --reservation=Course-math-454-final
srun ./cgsolver 512 lap2D_5pt_n100.mtx
Event Timeline
Log In to Comment