Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
tud-zih-energy
Slurm
Commits
c11506c8
Commit
c11506c8
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add note about debian builds
parent
8cd29012
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BUILD.NOTES
+16
-0
16 additions, 0 deletions
BUILD.NOTES
with
16 additions
and
0 deletions
BUILD.NOTES
+
16
−
0
View file @
c11506c8
...
@@ -135,6 +135,22 @@ To build and run on AIX:
...
@@ -135,6 +135,22 @@ To build and run on AIX:
and install the other RPMs into /usr/admin/inst.images/slurm/aix5.3 on an
and install the other RPMs into /usr/admin/inst.images/slurm/aix5.3 on an
OCF AIX machine (pdev is a good choice).
OCF AIX machine (pdev is a good choice).
Debian build notes:
Since Debian doesn't have PRMs, the rpmbuild program can not locate
dependencies, so build without them by patching the build program:
Index: build
===================================================================
--- build (revision 173)
+++ build (working copy)
@@ -798,6 +798,7 @@
$cmd .= " --define \"_tmppath $rpmdir/TMP\"";
$cmd .= " --define \"_topdir $rpmdir\"";
$cmd .= " --define \"build_bin_rpm 1\"";
+ $cmd .= " --nodeps";
if (defined $conf{rpm_dist}) {
my $dist = length $conf{rpm_dist} ? $conf{rpm_dist} : "%{nil}";
$cmd .= " --define \"dist $dist\"";
AIX/Federation switch window problems
AIX/Federation switch window problems
To clean switch windows: ntblclean =w 8 -a sni0
To clean switch windows: ntblclean =w 8 -a sni0
To get switch window status: ntblstatus
To get switch window status: ntblstatus
...
...
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