PolyChord / PolyChordLite

Public version of PolyChord: See polychord.co.uk for PolyChordPro
https://polychord.io/
Other
84 stars 26 forks source link

Compiling PolyChord on Cray #39

Closed qminor closed 2 years ago

qminor commented 4 years ago

I need to compile Polychord on a Cray computer cluster using Cray compilers (cc, CC, ftn). Have you ever done this before? The compiler options are different than for intel so I am hoping you have already encountered this. Let me know--if not, I will forge ahead and try to get the administrators to help out.

Thanks, Quinn

williamjameshandley commented 4 years ago

I have not, but it would be good to know how to get this done. Let me know what changes you needed to make (ideally via a PR) in order to get the Cray compilers working. Ideally you'd create a new Makefile_cray with an additional $(COMPILER_TYPE) switch in the main Makefile

qminor commented 4 years ago

Hi Will,

Thanks for your email. Yes, I will definitely make a Makefile_cray and am happy to contribute.

I will pester the admins to help me out. My biggest worry, though, is that there will be some compiler/version-specific problems with the code, and I have very limited fortran experience. Is it alright if I ask you a few questions about compiler errors if they come up? (Of course I will troubleshoot first.) The project is time-sensitive, so I will be moving fast on this.

Thanks, Quinn

On Thu, Nov 7, 2019, 2:15 AM Will Handley notifications@github.com wrote:

I have not, but it would be good to know how to get this done. Let me know what changes you needed to make (ideally via a PR) in order to get the Cray compilers working. Ideally you'd create a new Makefile_cray with an additional $(COMPILER_TYPE) switch in the main Makefile

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PolyChord/PolyChordLite/issues/39?email_source=notifications&email_token=AEHHKBBJMC63SEVRF77N4X3QSO57JA5CNFSM4JKA6ME2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDLM2EA#issuecomment-550948112, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHHKBHZQ723EMG2IJ3XFYLQSO57JANCNFSM4JKA6MEQ .

williamjameshandley commented 2 years ago

@qminor there are now some Makefile_cray settings contributed by @Pablo-Lemos. These may be of help in getting to compile.