Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102418475
one_GPU.run
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
Thu, Feb 20, 12:53
Size
218 B
Mime Type
text/x-shellscript
Expires
Sat, Feb 22, 12:53 (2 d)
Engine
blob
Format
Raw Data
Handle
24296459
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
one_GPU.run
View Options
#!/bin/bash -l
# Run a job on 1 core + 1 GPU
# login to deneb1 or deneb2 to submit
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --partition=gpu
#SBATCH --qos=gpu
#SBATCH --gres=gpu:1
# ...
Event Timeline
Log In to Comment