Ignore:
Timestamp:
Nov 26, 2016, 7:33:20 PM (8 years ago)
Author:
alain
Message:

bloup

Location:
soft/giet_vm/applications/transpose
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/transpose/Makefile

    r708 r824  
    88APP_NAME = transpose
    99
    10 OBJS= transpose.o
     10OBJS = transpose.o
    1111
    1212LIBS= -L../../build/libs -luser
     
    1616LIB_DEPS = ../../build/libs/libuser.a
    1717
    18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS)
     18appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py
    1919        $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS)
    2020        $(DU) -D $@ > $@.txt
  • soft/giet_vm/applications/transpose/transpose.py

    r775 r824  
    1515#    - The code vsegs are replicated on all clusters containing processors.
    1616#    - There is one heap vseg per cluster containing processors.
    17 #    - The stacks vsegs are distibuted on all clusters containing processors.
     17#    - The stacks vsegs are distributed on all clusters containing processors.
    1818#  This mapping uses 5 platform parameters, (obtained from the "mapping" argument)
    1919#    - x_size    : number of clusters in a row
Note: See TracChangeset for help on using the changeset viewer.