This thread is locked.Only browsing is available.
Top Page > Browsing
Problem in making DosMain file
Date: 2014/03/24 19:23
Name: DUONG Dinh Hiep   <s1330035@jaist.ac.jp>

Dear Ozaki sensei

I am DUONG Dinh Hiep from Mizuta lab.
I would like to report a problem in making DosMain file to you.
When I make DosMain file by typing: % make DosMain
then, there is a error:
% make DosMain
cc -Dxt3 -march=corei7-avx -Ofast -fsignaling-nans -funroll-all-loops -fopenmp -
I/work/t-ozaki/ACML5.3.0/gfortran64_mp/include -I./liberi-091216/source -o DosMa
in.o -c DosMain.c
CC-2115 craycc: ERROR in command line
"-march=corei7-avx" is an invalid command-line option.
CC-2289 craycc: ERROR in command line
Invalid characters after option '-O' in command line item '-Ofast'.
CC-2136 craycc: ERROR in command line
Unable to obtain a Cray Compiling Environment License.
make: *** [DosMain.o] Error 1

Therefore, I can not make the DosMain file.

Could you please tell me how to make a DosMain file?

Thank you very much.

Sincerely yours.

DUONG Dinh Hiep
メンテ
Page: [1]

Re: Problem in making DosMain file ( No.1 )
Date: 2014/04/14 15:27
Name: T. Ozaki

Hi,

Before compilation, you need to perform the following commands:

module unload PrgEnv-cray
module load PrgEnv-gnu
module load fftw

Regards,

TO
メンテ

Page: [1]