Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91232641
script_rows.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, 05:13
Size
266 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 05:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22225819
Attached To
R12662 PHPC-graded_hw_1
script_rows.sh
View Options
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=0:5:0
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --qos=gpu_free
#SBATCH --account=math-454
#SBATCH --reservation=Course-math-454-week
module purge
module load gcc cuda
srun nvprof ./poisson_per_row 8192 1 32
Event Timeline
Log In to Comment