hi,
thank for your replay.
I currently use ifort to compile my program. I write also a hello program
for icc and it works.
After that I have run
./configure --prefix=/usr/local
without specified any compiler and it seem to work. Now I have a ompi-1.6
folder in my opt folder. A question: Can I no
I believe what it is telling you is that icc is not in your PATH. Please check
that icc, icpc, and ifort are all in your PATH.
On Nov 23, 2012, at 11:35 AM, Diego Avesani wrote:
> dear all,
> thanks for the replay,
>
>./configure: line 5373: icc: command not found
> configure:5382: $
On Thu, Nov 8, 2012 at 11:07 AM, Jeff Squyres wrote:
> Correct. PLPA was a first attempt at a generic processor affinity solution.
> hwloc is a 2nd generation, much Much MUCH better solution than PLPA (we
> wholly killed PLPA
> after the INRIA guys designed hwloc).
Edwin,
We ported OGS/Grid
dear all,
thanks for the replay,
./configure: line 5373: icc: command not found
configure:5382: $? = 127
configure:5371: icc -v >&5
I am totally new, What can I do? As I told you if I compile a simple hello
program with icc
it works.
Thanks
Diego
On 23 November 2012 15:45, Diego
If you read the log, you will find:
./configure: line 5373: icc: command not found
configure:5382: $? = 127
configure:5371: icc -v >&5
Rayson
==
Open Grid Scheduler - The Official Open Source Grid Engine
http://gridscheduler.sourceforge
dear all,
I am new in openMPI world and in general in parallelization. I have some
problem with configuration of openMPI in my laptop.
I have read your FAQ and I tried to google the problem but I was not able
to solve it.
The problem is:
I have downloaded the openmpi-1.6.3, unpacked it
Then I have