Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Parallel STL course
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
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
Michaël El Kharroubi
Parallel STL course
Commits
c38c81a7
Verified
Commit
c38c81a7
authored
1 year ago
by
Michaël El Kharroubi
Browse files
Options
Downloads
Patches
Plain Diff
Remove generated csv to avoid polluting the clusters
parent
eac4d488
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Correction/run_baobab.sh
+2
-1
2 additions, 1 deletion
Correction/run_baobab.sh
Correction/run_one_job.sh
+0
-16
0 additions, 16 deletions
Correction/run_one_job.sh
Correction/run_yggdrasil.sh
+2
-1
2 additions, 1 deletion
Correction/run_yggdrasil.sh
with
4 additions
and
18 deletions
Correction/run_baobab.sh
+
2
−
1
View file @
c38c81a7
...
...
@@ -8,4 +8,5 @@
module load NVHPC/24.1-CUDA-12.3.0
srun ./artefacts/heat_gpu 10000 10000 10000 output_
$SLURM_JOBID
.csv
\ No newline at end of file
srun ./artefacts/heat_gpu 10000 10000 10000 output_
$SLURM_JOBID
.csv
rm
output_
$SLURM_JOBID
.csv
This diff is collapsed.
Click to expand it.
Correction/run_one_job.sh
deleted
100644 → 0
+
0
−
16
View file @
eac4d488
#!/bin/sh
#SBATCH --job-name=heat
#SBATCH --output=heat.o%j
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=2000
#SBATCH --partition=shared-cpu
#SBATCH --time=01:00:00
#SBATCH --constraint=EPYC-7742
echo
$SLURM_NODELIST
module purge
module load foss/2023a
srun heat_par 10000 10000 10000 output_
$SLURM_JOBID
.csv
rm
output_
$SLURM_JOBID
.csv
This diff is collapsed.
Click to expand it.
Correction/run_yggdrasil.sh
+
2
−
1
View file @
c38c81a7
...
...
@@ -8,4 +8,5 @@
module load NVHPC/24.1-CUDA-12.3.0
srun ./artefacts/heat_gpu 10000 10000 10000 output_
$SLURM_JOBID
.csv
\ No newline at end of file
srun ./artefacts/heat_gpu 10000 10000 10000 output_
$SLURM_JOBID
.csv
rm
output_
$SLURM_JOBID
.csv
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