Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94177036
execute_results.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, Dec 4, 12:22
Size
571 B
Mime Type
text/x-shellscript
Expires
Fri, Dec 6, 12:22 (2 d)
Engine
blob
Format
Raw Data
Handle
22752311
Attached To
R10834 Project_multiproc
execute_results.sh
View Options
#!/bin/bash
#SBATCH --partition=gpu
#SBATCH --qos=gpu_free
#SBATCH --gres=gpu:1
#SBATCH --nodes=1
#SBATCH --time=1:0:0
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --mem 1G
#SBATCH --account cs307
#SBATCH --reservation CS307-gpu
#length=5000
#iterations=2500
module load gcc cuda
make all
echo
STARTING AT
`
date
`
./assignment4 100 10
./assignment4 100 1000
./assignment4 1000 100
./assignment4 1000 10000
make cpu
./assignment4_cpu 100 10
./assignment4_cpu 100 1000
./assignment4_cpu 1000 100
./assignment4_cpu 1000 10000
echo
FINISHED at
`
date
`
Event Timeline
Log In to Comment