[MITgcm-support] build options for TACC stampede
Matthew Mazloff
mmazloff at ucsd.edu
Tue Apr 2 23:31:23 EDT 2013
Hi Angela
I have one that works, but I'm no compiler expert.
Maybe someone else can improve on this and let us both know
-Matt
___________________________________________
#!/bin/bash
#
FC='mpif90'
CC='mpicc'
LINK='mpif90'
CPP='cpp -P -traditional'
MPI='true'
DEFINES='-DWORDLENGTH=4'
INCLUDES='-I/opt/apps/intel13/mvapich2/1.9/include -I/opt/apps/intel13/netcdf/3.6.3/include'
LIBS='-L/opt/apps/intel13/netcdf/3.6.3/lib -lnetcdf'
NOOPTFILES='exf_swapffields.F ecco_cost_final.F'
NOOPTFLAGS='-O0'
FFLAGS="$FFLAGS -convert big_endian -assume byterecl"
On Apr 2, 2013, at 9:37 AM, Angela Zalucha <azalucha at seti.org> wrote:
> Hi,
>
> I know we had a conversation about this a few months ago, but did anybody ever figure out an opt file that works on the TACC Stampede machine? I get errors at compile time that I don't get on any other machine (The compiler is Intel version 13 point something).
>
> Angela
>
>
>
>
>
> _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
> Angela Zalucha, Ph.D.
> Research Scientist
> Search for Extraterrestrial Intelligence (SETI) Institute
>
>
> Office located at Southwest Research Institute
> 1050 Walnut Street, Suite 300
> Boulder, CO 80302
> USA
> (720) 208-7211
>
>
> http://www.seti.org/users/azalucha
> _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
More information about the MITgcm-support
mailing list