Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dADP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca Tornatore
dADP
Commits
9b4a2351
Commit
9b4a2351
authored
2 months ago
by
lykos98
Browse files
Options
Downloads
Patches
Plain Diff
added run leo script
parent
877f80df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_leo
+40
-0
40 additions, 0 deletions
run_leo
with
40 additions
and
0 deletions
run_leo
0 → 100644
+
40
−
0
View file @
9b4a2351
#!/bin/bash
#SBATCH --nodes=6
#SBATCH --ntasks-per-node=2
#SBATCH --cpus-per-task=56
#SBATCH --time=04:00:00
#SBATCH --job-name=dadp_test
#SBATCH --partition=dcgp_usr_prod
#SBATCH --account=IscrC_dadp
#SBATCH --output=out_leo
#SBATCH --error=err_leo
#SBATCH --mem=480G
cd
$SLURM_SUBMIT_DIR
module restore my_gcc
#module restore my_intel
make clean
make
ulimit
-s
unlimited
export
OMP_NUM_THREADS
=
${
SLURM_CPUS_PER_TASK
}
export
OMP_PLACES
=
cores
export
OMP_PROC_BIND
=
close
export
PSM2_MQ_SENDREQS_MAX
=
268435456
export
PSM2_MQ_RECVREQS_MAX
=
268435456
rm
bb/
*
mkdir
bb
OUT_ASSIGNMENT
=
/leonardo_scratch/large/userexternal/ftomba00/assignment
OUT_DATA
=
/leonardo_scratch/large/userexternal/ftomba00/data
IN_DATA
=
/leonardo_work/IscrC_dadp
#10^6 points
time
mpirun
-n
${
SLURM_NTASKS
}
--map-by
ppr:1:socket:PE
=
${
SLURM_CPUS_PER_TASK
}
./main
-t
f32
-i
${
IN_DATA
}
/norm_data/std_LR_091_0001
-d
5
-a
${
OUT_ASSIGNMENT
}
-o
${
OUT_DATA
}
#200 * 10^6 points
#time mpirun -n ${SLURM_NTASKS} --map-by ppr:1:socket:PE=${SLURM_CPUS_PER_TASK} ./main -t f32 -i ${IN_DATA}/norm_data/std_g2980844_091_0000 -d 5 -a ${OUT_ASSIGNMENT} -o ${OUT_DATA}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment