Infn Trieste: Settings For Mac

  1. Infn Trieste Settings For Macbook
  2. Infn Trieste: Settings For Mac Windows 10
Infn trieste settings for macbook pro

Best clash of clans download for mac. I don't use macos and don't use homebrew either. I suggest you contact the author/maintainer of those scripts to resolve those issues or you teach yourself how to compile LAMMPS manually.

Axel Kohlmeyer akohlmey@. International Centre for Theoretical Physics, Trieste.Original Message- From: Barry Bickmore Date: Tue, 18 Jun 2013 13:55:42 To: Subject: Re: lammps-users making LAMMPS with MPI on Mac OS 10.8.4 - This SF.net email is sponsored by Windows: Build for Windows Store. I have installed LAMMPS with MPI on various Macs running OS 10.6 and 10.7 using Homebrew, but I just bought another one running OS 10.8.4, and have run into a problem I can't figure out how to solve.

It makes LAMMPS ok, except when I try to make it with MPI. In that case, it throws this error: make -f Makefile.gfortran a - reaxlammps.o a - reaxpoten.o a - reaxreac.o a - reaxcharges.o make:. lib Error 1 I've tried all the advice I can on the Homebrew troubleshooting page, and I've tried uninstalling, then reinstalling gfortran, all with the same result.

Can anyone suggest what I ought to try next, or at least help me translate the error message? Thanks, Barry Bickmore.

Attachments: Looks to me that your problem is compiling the reax library and not installing Lammps per se. Carlos On Mon, Jun 17, 2013 at 7:37 PM, Barry Bickmore wrote: I have installed LAMMPS with MPI on various Macs running OS 10.6 and 10.7 using Homebrew, but I just bought another one running OS 10.8.4, and have run into a problem I can't figure out how to solve.

It makes LAMMPS okexcept when I try to make it with MPI. In that case, it throws this error: make -f Makefile.gfortran a - reaxlammps.o a - reaxpoten.o a - reaxreac.o a - reaxcharges.o make:. lib Error 1 I've tried all the advice I can on the Homebrew troubleshooting page, and I've tried uninstalling, then reinstalling gfortran, all with the same result.

Can anyone suggest what I ought to try next, or at least help me translate the error message? ThanksBarry Bickmore - This SF.net email is sponsored by Windows: Build for Windows Store. lammps-users mailing list lammps-users@. This error report does not look complete. The 'a - ' lines are from 'ar' which creates libreax.a at the end of the build process. check if there are more error messages - check if all the.o files needed for libreax.a are built - check if the ar command returns an error code On Mon, Jun 17, 2013 at 5:37 PM, Barry Bickmore wrote: I have installed LAMMPS with MPI on various Macs running OS 10.6 and 10.7 using Homebrew, but I just bought another one running OS 10.8.4, and have run into a problem I can't figure out how to solve.

It makes LAMMPS ok, except when I try to make it with MPI. In that case, it throws this error: make -f Makefile.gfortran a - reaxlammps.o a - reaxpoten.o a - reaxreac.o a - reaxcharges.o make:. lib Error 1 I've tried all the advice I can on the Homebrew troubleshooting page, and I've tried uninstalling, then reinstalling gfortran, all with the same result. Can anyone suggest what I ought to try next, or at least help me translate the error message? ThanksBarry Bickmore - This SF.net email is sponsored by Windows: Build for Windows Store. lammps-users mailing list lammps-users@.

This has nothing to do with MPI. Or the homebrew tool. Check lib/reax/Makefile.gfortran. Its EXTRAMAKE variable points to a non-existing file. Most likely it should be Makefile.lammps.gfortran.

That being said, there is no more need to even compile this library, and the REAX package, since it has been superseded by the USER-REAXC package. Axel Kohlmeyer akohlmey@. International Centre for Theoretical Physics, Trieste.Original Message- From: Barry Bickmore Date: Mon, 17 Jun 2013 17:37:02 To: Subject: lammps-users making LAMMPS with MPI on Mac OS 10.8.4 I have installed LAMMPS with MPI on various Macs running OS 10.6 and 10.7 using Homebrew, but I just bought another one running OS 10.8.4, and have run into a problem I can't figure out how to solve. It makes LAMMPS ok, except when I try to make it with MPI. In that case, it throws this error: make -f Makefile.gfortran a - reaxlammps.o a - reaxpoten.o a - reaxreac.o a - reaxcharges.o make:.

lib Error 1 I've tried all the advice I can on the Homebrew troubleshooting page, and I've tried uninstalling, then reinstalling gfortran, all with the same result. Can anyone suggest what I ought to try next, or at least help me translate the error message? Thanks, Barry Bickmore - This SF.net email is sponsored by Windows: Build for Windows Store. lammps-users mailing list lammps-users@.

Attachments: Hi Axel, I am a novice in the mysteries of the Makefile, so I appreciate your help. I checked in the Makefile.gfortran file, and EXTRAMAKE is, indeed, set to Makefile.lammps.gfortran. This file does exist in the same directory, and its contents are the same as in a previous version (21Nov12) that Homebrew managed to compile with MPI on another Mac running OS 10.7. The contents of Makefile.lammps.gfortran are pretty sparse, though. Here they are: # Settings that the LAMMPS build will import when this package library is used reaxSYSINC = reaxSYSLIB = -lgfortran reaxSYSPATH = 2.

Until I manage to understand makefiles better, I probably need to stick with Homebrew. Any idea how I could make Homebrew compile without Reax? I looked up the Ruby file that Homebrew apparently uses, and even though I've never programmed in Ruby, it looks like it would be pretty simple to modify it so as to exclude Reax. Homebrew downloads the Ruby file from the online repository, though, so I can't change that. Would it work to copy the Ruby file, modify it, and then run it independently of Homebrew? Thanks, Barry Homebrew wants to install the 14May13 version of LAMMPS, On Jun 17, 2013, at 8:36 PM, Axel Kohlmeyer wrote: This has nothing to do with MPI.

Or the homebrew tool. Check lib/reax/Makefile.gfortran. Its EXTRAMAKE variable points to a non-existing file. Most likely it should be Makefile.lammps.gfortran.

That being said, there is no more need to even compile this library, and the REAX package, since it has been superseded by the USER-REAXC package. Axel - Dr. Axel Kohlmeyer akohlmey@.

International Centre for Theoretical Physics, Trieste. -Original Message- From: Barry Bickmore Date: Mon, 17 Jun 2013 17:37:02 To: Subject: lammps-users making LAMMPS with MPI on Mac OS 10.8.4 I have installed LAMMPS with MPI on various Macs running OS 10.6 and 10.7 using Homebrew, but I just bought another one running OS 10.8.4, and have run into a problem I can't figure out how to solve. It makes LAMMPS ok, except when I try to make it with MPI. In that case, it throws this error: make -f Makefile.gfortran a - reaxlammps.o a - reaxpoten.o a - reaxreac.o a - reaxcharges.o make:. lib Error 1 I've tried all the advice I can on the Homebrew troubleshooting page, and I've tried uninstalling, then reinstalling gfortran, all with the same result.

Infn Trieste Settings For Macbook

Can anyone suggest what I ought to try next, or at least help me translate the error message? ThanksBarry Bickmore - This SF.net email is sponsored by Windows: Build for Windows Store. lammps-users mailing list lammps-users@. I don't use macos and don't use homebrew either. I suggest you contact the author/maintainer of those scripts to resolve those issues or you teach yourself how to compile LAMMPS manually. Axel Kohlmeyer akohlmey@. International Centre for Theoretical Physics, Trieste.Original Message- From: Barry Bickmore Date: Tue, 18 Jun 2013 13:55:42 To: Subject: Re: lammps-users making LAMMPS with MPI on Mac OS 10.8.4 - This SF.net email is sponsored by Windows: Build for Windows Store.

Attachments: I did contact the author/maintainer of the homebrew script, and he was very helpful, so I thought I would give the gist of his answer for the archives. (I know of at least one other person who has run into this issue.) He said that his guess was that the Homebrew MPI installation had gotten a bug in it, and I might be able to get around it by typing this in the Terminal: MPIFC=$(brew -prefix)/bin/mpif90 MPICXX=$(brew -prefix)/bin/mpic brew install lammps -with-mpi This worked, but he says he will try to get the MPI issue fixed in the near future. Thanks for your help, Barry On Jun 18, 2013, at 2:04 PM, Axel Kohlmeyer wrote: I don't use macos and don't use homebrew either. I suggest you contact the author/maintainer of those scripts to resolve those issues or you teach yourself how to compile LAMMPS manually. Axel - Dr. Axel Kohlmeyer akohlmey@.

International Centre for Theoretical Physics, Trieste. -Original Message- From: Barry Bickmore Date: Tue, 18 Jun 2013 13:55:42 To: Subject: Re: lammps-users making LAMMPS with MPI on Mac OS 10.8.4 - This SF.net email is sponsored by Windows: Build for Windows Store. On Wed, Jun 19, 2013 at 8:36 AM, Barry Bickmore wrote: I did contact the author/maintainer of the homebrew script, and he was very helpful, so I thought I would give the gist of his answer for the archives. That is great. Both, that you got your problem fix.and. that you're sharing how it was resolved. (I know of at least one other person who has run into this issue.) He said that his guess was that the Homebrew MPI installation had gotten a bug in yeah, this is why i am suspicious of these kind of automated build systems.

There also is gentoo linux or the BSD 'ports' and others. They are quite fragile, and this is why i'd rather go something based on pre-compiled binaries like.rpm or.deb packages. This puts more of a burden on the package maintainer, but you also get to see as the 'provider' whether your efforts work. Just set something like that up for rpm packages, so i been through this first hand. A user has to deliberately violate the package dependency resolution to break such a packaging system. The downside is lack of flexibility, course.

But i figure, somebody that does want the flexibility, can compile with the regular make system of LAMMPS. It is no rocket science and LAMMPS as an application is fairly easygoing in terms of external dependencies (aka 'dependency hell'). In any case, good luck with your simulations, axel. it, and I might be able to get around it by typing this in the Terminal: MPIFC=$(brew -prefix)/bin/mpif90 MPICXX=$(brew -prefix)/bin/mpic brew install lammps -with-mpi This worked, but he says he will try to get the MPI issue fixed in the near future. Thanks for your helpBarry - Dr. Axel Kohlmeyer akohlmey@.

Infn Trieste: Settings For Mac Windows 10

International Centre for Theoretical Physics, Trieste.

Posted :