-
paulkeir committed patchset 812 of module chasm to the chasm-interop CVS repository, changing 1 files.
2009-02-11 16:43:37 UTC by paulkeir
-
paulkeir committed patchset 811 of module chasm to the chasm-interop CVS repository, changing 1 files.
2009-02-11 16:31:18 UTC by paulkeir
-
paulkeir committed patchset 810 of module chasm to the chasm-interop CVS repository, changing 1 files.
2009-02-11 16:23:28 UTC by paulkeir
-
paulkeir committed patchset 809 of module chasm to the chasm-interop CVS repository, changing 1 files.
2009-02-11 16:19:55 UTC by paulkeir
-
rasmussn added paulkeir to the chasm-interop project.
2009-02-10 19:14:31 UTC by rasmussn
-
Hi Ankur,
Happy New Year! This snippet is based on the particle/driver.cc
example you mentioned. It creates a very simple 2D array (3x3).
double position2[][3] = {{1.1, 1.2, 1.3},
{2.1, 2.2, 2.3},
{3.1, 3.2, 3.3}};
int rank = 2;
unsigned long size[] = {3,3};
F90::Array<double> pos2((double...
2009-01-09 15:56:16 UTC by paulkeir
-
tepperly committed patchset 808 of module chasm to the chasm-interop CVS repository, changing 3 files.
2008-04-03 20:56:41 UTC by tepperly
-
Here is some information about the machine:
Linux tux251.llnl.gov 2.6.9-55.0.6.ELsmp #1 SMP Thu Aug 23 11:11:20 EDT 2007 i686 i686 i386 GNU/Linux
I am using the pgcc, pgCC, pgf77, and pgf90 (all version 7.0-4)
2007-10-08 21:55:34 UTC by tepperly
-
I am using the latest revision of CHASM, right out of CVS, and all the Babel F90 tests involving arrays are failing. The non-array tests seem to be passing, and some of the array tests are passing.
Tests involving setArrayDesc_PGI seem to be breaking.
Is anyone able to support CHASM anymore?.
2007-10-08 21:54:07 UTC by tepperly
-
additionally, there's an if test with "x" == "$var" (syntactically...)
where == is not allowed in shell if statements. should be =. this crashes pickier shells.
it should not be easily confused with an occurence of == in a C feature test when repairing...
2007-08-27 18:05:06 UTC by nobody