Re: Multiple processing compiling the same file

2018-01-31 Thread Faré
> I suspect this would be one binary for each permutation of the optimization > settings used times the number of top-level entry points. Right? That > number is > much larger than the number of /tmp directories I need just to automatically > compile before running. > No, use cl-launch/dispatch

Re: Multiple processing compiling the same file

2018-01-31 Thread Jim Newton
> >> For example,what if different hosts want to run the same source code but >> with different optimization settings? >> This is a real possibility, as some of my processes are running with >> profiling (debug 3) and collecting profiling results, >> and others are running super optimized (speed 3

Re: Multiple processing compiling the same file

2018-01-31 Thread Faré
>: Jim Newton > One difficulty about your build-then-deliver suggestion is that my local > machine is running mac-os, and the cluster is > running linux. I don’t think I can build linux executables on my mac. > Your build does not have to be "local": pick one random Linux machine, have it do the

Re: Multiple processing compiling the same file

2018-01-31 Thread Jim Newton
Hi Faré, Thanks for taking the time to understand my comments. I’ve tried to respond to some of your questions below. Sorry if my original post wasn’t explicit enough to give enough explanation for what I’m trying to do. If I run several sbcl processes on different nodes in my compute