Building VisIt quickly on LC compute resources #19989
markcmiller86
started this conversation in
Share cool stuff
Replies: 2 comments 2 replies
-
And everything works after you move the result somewhere? There aren't paths that are messed up when you run things? |
Beta Was this translation helpful? Give feedback.
1 reply
-
BTW...the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sxterm 1 36 30 -p pdebug
)/var/tmp/<username>
(I believe the<username>
part of the path is created for you automatically by the scheduler)build
build
make -k -j QQ
(whereQQ
is 2-3x the number of cpus you have there. On 112 cpu nodes that might wind up requiring too much of the node's memory so back the number down a bit if so)/var/tmp
because when you exit the allocation, that gets cleaned up...I think. I mean, it should.I just now did all these steps, compiling VisIt in < 7 minutes, copying back to home dir and then running the copied build and it all seems to work.
To build the whole 3rd party shootin match, we can probably do something similar on a per-package basis. I think we do the builds on the compute node's file systems but install to their final destinations.
Beta Was this translation helpful? Give feedback.
All reactions