Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
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
Container 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
HUGG
DOUAR WSMP
Commits
64a7b040
Commit
64a7b040
authored
15 years ago
by
Douglas Guptill
Browse files
Options
Downloads
Patches
Plain Diff
tweaks
parent
1f111029
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
douar.run.mahone
+1
-1
1 addition, 1 deletion
douar.run.mahone
douar.run.p690
+3
-3
3 additions, 3 deletions
douar.run.p690
with
4 additions
and
4 deletions
douar.run.mahone
+
1
−
1
View file @
64a7b040
...
@@ -37,7 +37,7 @@ make_dir OUT
...
@@ -37,7 +37,7 @@ make_dir OUT
# define the binary of douar
# define the binary of douar
# BIN=/home/dguptill/software/douar/bin/douar.mpich.02
# BIN=/home/dguptill/software/douar/bin/douar.mpich.02
BIN
=
/home/dguptill/software/douar/douar
BIN
=
/home/dguptill/software/douar/
bin/
douar
# on mahone, an ldd of the binary (pgi compiler) shows one library not found
# on mahone, an ldd of the binary (pgi compiler) shows one library not found
# We get it like this...
# We get it like this...
...
...
This diff is collapsed.
Click to expand it.
douar.run.p690
+
3
−
3
View file @
64a7b040
...
@@ -73,12 +73,12 @@ ulimit -a >>${OUT}
...
@@ -73,12 +73,12 @@ ulimit -a >>${OUT}
# start douar and go away....
# start douar and go away....
#
#
nohup
${
COM
}
&
#
nohup ${COM} &
echo
"douar has been started. Look in nohup.out ."
#
echo "douar has been started. Look in nohup.out ."
# start douar and watch it........
# start douar and watch it........
#
#
#
${COM} 2>douar.err | tee -a ${OUT}
${
COM
}
2>douar.err |
tee
-a
${
OUT
}
# start douar under "dbx" and watch it........
# start douar under "dbx" and watch it........
# A nice thught, but we get an error:
# A nice thught, but we get an error:
...
...
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