Max Hoffmann
Max Hoffmann
Looks like the required array size for the builtin random number generator keeps changing with compiler versions. Have you tried installing a different gcc version of ifort? You can change...
Hi Mie > runs fine in local_smart, but I get an error related to trying to remove a species that is not there in lat_int. It looks like, after running...
Hi I noticed that in your snippet, you use the `size=[1,2]` argument. I think the problem is that many processes such as diffusion from `cus->cus` are not properly defined. I...
Hi Mie oh, you are right, [1x2] does contain a neighboring cell in every direction. I can't think on top of my head which line in the code generator makes...
> 1) How to define lattice angles in lattice configuration to implement non-orthorhombic crystal geometries? There are two aspects to having orthorombic vs. non-orthorombic unit cells in kmos. The first...
Hi Viswanath thanks for reaching out. Getting a model running from a user defined initial configuration can sometimes be a bit tricky. However there are ways to debug it by...
> 1. Is the above mentioned procedure appropriate? Isn't kmos developed to support Mac OS X systems? I am currently using and developing `kmos` under OSX 10.11.4, CentOS 6.7, and...
In your directory `myfirst_kmc_local_smart` does it have a file named `kmc_settings.py` and `kmc_model.so`? If no, could you paste the log of the `kmos export ...` command? Most like numpy/f2py did...
Is the first output you paste all that it says? If numpy/f2py cannot find a fortran compiler, trying to go further is futil. If I remember correctly `f2py -c --help-fcompiler`...
Ok, silent output is definitely a bumper. For further triage: you describe that you saw a subfolder named `src`. You could go into that and run `kmos build` and report...