Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cm3Libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm3
cm3Libraries
Commits
13597897
Commit
13597897
authored
8 years ago
by
Ludovic Noels
Browse files
Options
Downloads
Patches
Plain Diff
working on dragon
parent
1ef6cdfb
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
NonLinearSolver/clusterScript/dragon1taylor.sh
+9
-9
9 additions, 9 deletions
NonLinearSolver/clusterScript/dragon1taylor.sh
with
9 additions
and
9 deletions
NonLinearSolver/clusterScript/dragon1taylor.sh
+
9
−
9
View file @
13597897
#!/bin/sh
# script example for dragon1
#SBATCH --job-name taylor
TetDGDynPart4
#SBATCH --job-name taylor
MPI
#SBATCH --mail-user=l.noels@ulg.ac.be
#SBATCH --mail-type=ALL
#SBATCH --output="out.txt"
...
...
@@ -10,17 +10,17 @@
#SBATCH --time=0:20:0
module load openmpi/1.6.
1
/gnu64
-4.7.3
module load openmpi/1.6.
5
/gnu64
SUBDIR
=
$HOME
/gmsh/projects/dG3D/benchmarks/taylor
SUBDIR
=
$HOME
/gmsh/projects/
cm3Libraries/
dG3D/benchmarks/taylor
MPI
echo
"subdir="
$SUBDIR
SCRATCH
=
/scratch/
${
USER
}
_
$SLURM_JOB_ID
echo
"workdir="
$SCRATCH
pyfile
=
taylor
TetDGDynPart4
.py
mshfile
=
taylor
TetPart4
.msh
pyfile
=
taylor
CG
.py
mshfile
=
taylor.msh
echo
"node list of job"
>>
$SUBDIR
/output.po
$SLURM_JOB_ID
srun
hostname
>>
$SUBDIR
/output.po
$SLURM_JOB_ID
...
...
@@ -32,14 +32,14 @@ srun cp $SUBDIR/$mshfile $SCRATCH/ || exit $?
cd
$SCRATCH
# needed to work in the tmpscrach dir otherwise work on home !!
#ls -artl
export
PETSC_DIR
=
$HOME
/local/petsc-3.
3-p7
export
PETSC_DIR
=
$HOME
/local/petsc-3.
6.4
export
PETSC_ARCH
=
linux-gnu-c-opt
export
PATH
=
$HOME
/local/bin:
$PATH
export
PATH
=
$PATH
:
$HOME
/gmsh/projects/dG3D/release
export
PATH
=
$PATH
:
$HOME
/gmsh/projects/dG3D/release/NonLinearSolver/gmsh
export
PATH
=
$PATH
:
$HOME
/gmsh/projects/
cm3Libraries
dG3D/release
export
PATH
=
$PATH
:
$HOME
/gmsh/projects/
cm3Libraries/
dG3D/release/NonLinearSolver/gmsh
export
PYTHONPATH
=
$PYTHONPATH
:
$HOME
/gmsh/projects/dG3D/release:
$HOME
/gmsh/projects/dG3D/release/NonLinearSolver/gmsh/wrappers
export
PYTHONPATH
=
$PYTHONPATH
:
$HOME
/gmsh/projects/
cm3Libraries/
dG3D/release:
$HOME
/gmsh/projects/
cm3Libraries/
dG3D/release/NonLinearSolver/gmsh/wrappers
mpirun python
$SCRATCH
/
$pyfile
>
&
$SCRATCH
/output.txt
...
...
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