Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98768236
hpl.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, Jan 16, 07:47
Size
361 B
Mime Type
text/x-shellscript
Expires
Sat, Jan 18, 07:47 (2 d)
Engine
blob
Format
Raw Data
Handle
23641625
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
hpl.run
View Options
#!/bin/bash -l
#SBATCH --nodes 2
#SBATCH --ntasks-per-node 4
#SBATCH --cpus-per-task 1
#SBATCH --mem 16000
#SBATCH --time 00:30:00
#SBATCH --mail-type=ALL
#SBATCH --mail-user=user.name@epfl.ch
module purge
module load intel/14.0.1 intelmpi/5.0.1
HPL=/ssoft/intel/14.0.1/RH6/all/x86_E5v2/mkl/benchmarks/mp_linpack/bin_intel/intel64/xhpl_intel64
srun $HPL
Event Timeline
Log In to Comment