Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
percolation-SpectralGap
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
Ali Safari
percolation-SpectralGap
Commits
3a28258c
Commit
3a28258c
authored
6 years ago
by
Ali Safari
Browse files
Options
Downloads
Patches
Plain Diff
asas
parent
7ec28b83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
start.sh
+4
-1
4 additions, 1 deletion
start.sh
with
4 additions
and
1 deletion
start.sh
+
4
−
1
View file @
3a28258c
#!/bin/bash -l
#!/bin/bash -l
#
#
# allocate 16 nodes (64 CPUs) for 6 hours
# allocate 16 nodes (64 CPUs) for 6 hours
#PBS -l nodes=4:ppn=40,walltime=1
6
:00:00
#PBS -l nodes=4:ppn=40,walltime=
0
1:00:00
#
#
# job name
# job name
#PBS -N TestAval
#PBS -N TestAval
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
# stdout and stderr files
# stdout and stderr files
#PBS -o aval.out -e aval.err
#PBS -o aval.out -e aval.err
#
#
#PBS -q devel
#
# first non-empty non-comment line ends PBS options
# first non-empty non-comment line ends PBS options
# jobs always start in $HOME -
# jobs always start in $HOME -
...
@@ -29,6 +31,7 @@ if [ ! "${HOSTN#ww8}" == "$(hostname)" ]; then
...
@@ -29,6 +31,7 @@ if [ ! "${HOSTN#ww8}" == "$(hostname)" ]; then
echo
"Hi:
$SIMPATH
/
$INPUTFILE
"
echo
"Hi:
$SIMPATH
/
$INPUTFILE
"
$EXEC
"
$SIMPATH
/
$INPUTFILE
"
$EXEC
"
$SIMPATH
/
$INPUTFILE
"
else
else
echo
"Hi:
$SIMPATH
/
$INPUTFILE
"
mkdir
${
HOME
}
/
$PBS_JOBID
mkdir
${
HOME
}
/
$PBS_JOBID
cd
${
HOME
}
/
$PBS_JOBID
cd
${
HOME
}
/
$PBS_JOBID
module load intel64
module load intel64
...
...
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