Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122071732
job.cp2k.slurm
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
Tue, Jul 15, 15:04
Size
222 B
Mime Type
text/x-shellscript
Expires
Thu, Jul 17, 15:04 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27411038
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
job.cp2k.slurm
View Options
#!/bin/bash -l
#SBATCH -J cp2k
#SBATCH --mem=18000
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=00:05:00
module load cp2k/2.6.0/intel-15.0.0
srun $CP2K -i test.inp -o test.out
joberror=$?
exit $joberror
Event Timeline
Log In to Comment