Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91151450
script.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
Fri, Nov 8, 10:21
Size
337 B
Mime Type
text/x-shellscript
Expires
Sun, Nov 10, 10:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22204654
Attached To
R9010 PHPC_final project_SLWang
script.sh
View Options
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=1:0:0
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --qos=gpu_free
##SBATCH --reservation cours-phpc2020
#SBATCH --account phpc2020
source
/ssoft/spack/bin/slmodules.sh -s x86_E5v2_Mellanox_GPU
module load gcc cuda
module load openblas
srun ./conjugategradient lap2D_5pt_n100.mtx
Event Timeline
Log In to Comment