Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91367221
submit_GPU.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
Sun, Nov 10, 09:57
Size
331 B
Mime Type
text/x-shellscript
Expires
Tue, Nov 12, 09:57 (2 d)
Engine
blob
Format
Raw Data
Handle
22251267
Attached To
R6832 iCAPs public
submit_GPU.sh
View Options
#!/bin/bash -l
#SBATCH --nodes=1
#SBATCH --time=12:00:00
#SBATCH --mem=60G
#SBATCH --partition=gpu
#SBATCH --qos=gpu_free
#SBATCH --account=cadmos
#SBATCH --gres=gpu:1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=8
module purge
module load gcc cuda matlab
srun -n 1 matlab -nodisplay -nosplash -nodesktop -r main_HCP_CUDA
Event Timeline
Log In to Comment