Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122644099
jobsub
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
Mon, Jul 21, 08:21
Size
684 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 23, 08:21 (2 d)
Engine
blob
Format
Raw Data
Handle
27532958
Attached To
rWIRELESGPU wireles-gpu
jobsub
View Options
#!/bin/bash
##################################################
# SBATCH
##################################################
#SBATCH --chdir ./job/${case_name}
#SBATCH --ntasks ${job_np}
#SBATCH --cpus-per-task 1
#SBATCH --time ${job_time}
#SBATCH --account wire
##################################################
# MODULE
##################################################
module purge
module load intel
module load intel-mpi
module load fftw
ulimit
-s unlimited
ulimit
-c unlimited
##################################################
# JOB
##################################################
# RUN
cp input/config log
&&
cd
src
&&
make -j
${
job_np
}
&&
srun ./wireles_src >> ../log
Event Timeline
Log In to Comment