Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
0b10c72d
Commit
0b10c72d
authored
5 years ago
by
cloirec
Browse files
Options
Downloads
Patches
Plain Diff
gromacs : modif batchs ion_channel sur jean-zay-cpu
parent
ff331d8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gromacs/machines/jean-zay-cpu/batch_large_ion_channel.slurm
+3
-4
3 additions, 4 deletions
Gromacs/machines/jean-zay-cpu/batch_large_ion_channel.slurm
Gromacs/machines/jean-zay-cpu/batch_small_ion_channel.slurm
+4
-5
4 additions, 5 deletions
Gromacs/machines/jean-zay-cpu/batch_small_ion_channel.slurm
with
7 additions
and
9 deletions
Gromacs/machines/jean-zay-cpu/batch_large_ion_channel.slurm
+
3
−
4
View file @
0b10c72d
...
...
@@ -3,10 +3,10 @@
#SBATCH -t 00:30:00
#SBATCH --hint=nomultithread
#SBATCH -A qbg@cpu
#SBATCH --nodes=
1
6
#SBATCH --nodes=6
4
#SBATCH --ntasks=128
#SBATCH --ntasks-per-node=
8
#SBATCH --cpus-per-task=
5
#SBATCH --ntasks-per-node=
2
#SBATCH --cpus-per-task=
20
module purge
module load intel-compilers/18.0.1 intel-mpi/18.0.1 intel-mkl/18.0.1
...
...
@@ -20,7 +20,6 @@ export GMXDATA=GROMACS_HOME/share/gromacs
export
OMP_NUM_THREADS
=
$SLURM_CPUS_PER_TASK
export
KMP_HW_SUBSET
=
1T
export
OMP_NUM_THREADS
=
$SLURM_CPUS_PER_TASK
export
KMP_AFFINITY
=
compact,1,0,granularity
=
fine
srun
-n
$SLURM_NTASKS
gmx_mpi mdrun
-pin
off
-notunepme
-maxh
0.5
-ntomp
$SLURM_CPUS_PER_TASK
-nsteps
1000000
-noconfout
-s
ion_channel.tpr
-deffnm
large_ion_channel
-resethway
...
...
This diff is collapsed.
Click to expand it.
Gromacs/machines/jean-zay-cpu/batch_small_ion_channel.slurm
+
4
−
5
View file @
0b10c72d
...
...
@@ -4,10 +4,10 @@
#SBATCH --hint=nomultithread
#SBATCH --qos=qos_cpu-dev
#SBATCH -A qbg@cpu
#SBATCH --nodes=
2
#SBATCH --ntasks=
20
#SBATCH --ntasks-per-node=
10
#SBATCH --cpus-per-task=
4
#SBATCH --nodes=
4
#SBATCH --ntasks=
8
#SBATCH --ntasks-per-node=
2
#SBATCH --cpus-per-task=
20
module purge
module load intel-compilers/18.0.1 intel-mpi/18.0.1 intel-mkl/18.0.1
...
...
@@ -21,7 +21,6 @@ export GMXDATA=GROMACS_HOME/share/gromacs
export
OMP_NUM_THREADS
=
$SLURM_CPUS_PER_TASK
export
KMP_HW_SUBSET
=
1T
export
OMP_NUM_THREADS
=
$SLURM_CPUS_PER_TASK
export
KMP_AFFINITY
=
compact,1,0,granularity
=
fine
srun
-n
$SLURM_NTASKS
gmx_mpi mdrun
-pin
off
-notunepme
-maxh
0.5
-ntomp
$SLURM_CPUS_PER_TASK
-nsteps
20000
-noconfout
-s
ion_channel.tpr
-deffnm
small_ion_channel
-resethway
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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