Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91648912
script_entries.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, Nov 13, 02:01
Size
268 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 15, 02:01 (2 d)
Engine
blob
Format
Raw Data
Handle
22296766
Attached To
R12662 PHPC-graded_hw_1
script_entries.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_entry 8192 1 32
Event Timeline
Log In to Comment