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
40682823
Commit
40682823
authored
4 years ago
by
Gab
Browse files
Options
Downloads
Patches
Plain Diff
update gitignore
parent
5d30c5ee
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
MUMPS/testcase_charge/.gitignore
+2
-1
2 additions, 1 deletion
MUMPS/testcase_charge/.gitignore
MUMPS/testcase_charge/batch_benchMUMPS_200N_Test1_K1_32instances_hsw24_bigmem.sh
+0
-36
0 additions, 36 deletions
...atch_benchMUMPS_200N_Test1_K1_32instances_hsw24_bigmem.sh
with
2 additions
and
37 deletions
MUMPS/testcase_charge/.gitignore
+
2
−
1
View file @
40682823
env_bench
input_charge.txt
batch_*
log
output_mumpsbench
results-mumps-charge
This diff is collapsed.
Click to expand it.
MUMPS/testcase_charge/batch_benchMUMPS_200N_Test1_K1_32instances_hsw24_bigmem.sh
deleted
100644 → 0
+
0
−
36
View file @
5d30c5ee
#!/bin/bash
#SBATCH -J mumpsben
#SBATCH --nodes=200
#SBATCH --tasks-per-node=32
#SBATCH --threads-per-core=2
#SBATCH --cpus-per-task=1
#SBATCH --exclusive
#SBATCH --output outputs/output_mumpsbench_%J
#SBATCH --time=06:00:00
#SBATCH -C HSW24
#SBATCH --mem=118000
module purge
module load intel
module load intelmpi
module load parmetis/4.0.3-real64
module
rm
intel
module load intel/19.4
module list
set
-x
ldir
=
.
outputdir
=
outputs
mumpstest
=
mumps_bench
export
OMP_NUM_THREADS
=
1
# Run with K=1 (see documentation in mumps_bench.F)
K
=
1
envtest
=
"in_
${
SLURM_NNODES
}
Nodes_K=
${
K
}
_Test1_32instances.txt"
input
=
InputFiles/
${
envtest
}
output
=
$outputdir
/output_
${
envtest
}
_
${
SLURM_JOBID
}
_hsw24_bigmem.log
echo
"RUN
$envtest
"
time
srun
-m
block:cyclic ./
${
mumpstest
}
<
${
input
}
>
&
${
output
}
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