lanl / palm_lanl

LANL Contributions to PArallelized Large-eddy simulation Model (PALM)
3 stars 5 forks source link

Start totalview with PALM #3

Closed cbegeman closed 6 years ago

cbegeman commented 6 years ago

Adding two scripts to start totalview with PALM. alloc_script_totalview creates the interactive allocation. run_script_totalview runs totalview to debug PALM in parallel. Further instructions can be found in palm_totalview_readme.txt.

xylar commented 6 years ago

@cbegeman, great! Could you please put in the description of the PR a short summary of the two commits? The description really can be as simple as copying and pasting the two commit messages.

cbegeman commented 6 years ago

@vanroekel I've added the modified runfile for palm with totalview. Thanks for catching that!

vanroekel commented 6 years ago

Thanks @cbegeman! Testing now. I was able to get this to work on grizzly. Just seeing if we can get badger to work too.

vanroekel commented 6 years ago

@cbegeman I made a couple minor updates to your run script to automatically build the model if it wasn't built. Otherwise everything worked great. Thanks for this!

Take a quick look at my changes. If you are okay with them. We can merge this.