Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lomlrn

Pages: [1]
1
Installation and License Questions / MPI does not work
« on: April 10, 2012, 16:30 »
Hi there,

im following your "Parallel Tutorial" but it seems to be a bit outdated.

The script

from ATK.MPI import *
 
if processIsMaster():
    print '# Master node'
else:
    print '# Slave node'


produces only:


Traceback (most recent call last):
  File "test_mpi.py", line 1, in <module>
    from ATK.MPI import *
ImportError: No module named ATK.MPI


Can you give an updated example?

2
Installation and License Questions / Re: Segmentation fault
« on: April 3, 2012, 08:38 »
> cat /etc/debian_version
>> 6.0.2

The problem arises when trying to launching vnl, yes. It does also happen, if i want to run a test job with atk-python just at the console. I have also realized, that atk-python seems to be linked against libGLU* (and others). May be this is causing the trouble.

Using that platform

> cat /etc/redhat-release
>> Scientific Linux SL release 5.5 (Boron)

let run the very same ATK version without problems.


 

3
Installation and License Questions / Segmentation fault
« on: April 2, 2012, 11:30 »
Hi there, iam trying to get the newest 12.2.r1 to run. All what i get on my Debian box is


# ------------------------------------------------------------ #
# This time-limited preview version will expire on 2012-05-01. #
# ------------------------------------------------------------ #
Segmentation fault


I am using the current stable release of Debian 64 bit Linux:

Linux theo 2.6.32-5-amd64 #1 SMP Fri Sep 9 20:23:16 UTC 2011 x86_64 GNU/Linux

However. May it be possible that there is a mixing with a current installation of the intel compiler / mkl ?

Best regards. 

Pages: [1]