Hello Tom,

I did not use any switch with *gmake*. Just did the following steps:

cd ~/chapel-1.10.0
. util/setchplenv.sh
gmake

What are the steps I need to execute and/or changes to be made to rebuild
run-time support to be different from quick-start? For quick-start, the
following were my execution steps:

tar zxf chapel-1.10.0.tar.gz
cd ~/chapel-1.10.0
. util/quickstart/setchplenv.sh
yum groupinstall 'Development Tools'
gmake
gmake check
chpl -o hello examples/hello.chpl

---
Mufeed Usman
My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My
Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal
<http://mufeed.livejournal.com>




On Sat, Nov 22, 2014 at 11:43 PM, Tom Hildebrandt <[email protected]> wrote:

>  Hello Mufeed:
>
> From the object file path, I infer that you are building with
>   CHPL_COMM = none
>   CHPL_TASKS = qthreads
>   etc.
>
> The quickstart configuration uses
>   CHPL_TASKS = fifo
>
> In changing the task layer from fifo to qthreads, the definition of
> chpl_nullTaskID is drawn from a different location (task-qthreads.h in the
> third-party/qthreads/ sub-tree rather than tasks-fifo.h in the
> runtime/include/ subtree).
>
> For whatever reason, gmake did not follow the switch completely.  I would
> recommend a full rebuild of the runtime support with your new configuration:
>   cd $CHPL_HOME/runtime
>   make clean all
>
> Let me know if this fails to correct the problem.
>
> Tom Hildebrandt
> Chapel Team
>
>
>  ------------------------------
> *From:* mufy [[email protected]]
> *Sent:* Saturday, November 22, 2014 5:36 AM
> *To:* [email protected]
> *Subject:* Re: Help With 'make' / 'gmake' on RHEL 7
>
>   Was able to setup the quickstart mode. Wrote some simple code and
> executed successfully as well. Going by the README and resorting the second
> method of setting the environment variables and running *gmake*, I'm
> getting this at the end of the compilation. Not sure what to make of it
> (can it be ignored?)
>
>  comm-none.c: In function ‘chpl_comm_fork_nb’:
> comm-none.c:499: error: ‘chpl_nullTaskID’ undeclared (first use in
> this function)
> comm-none.c:499: error: too many arguments to function
> ‘chpl_task_startMovedTask’
> gmake[6]: ***
> [gen/linux64.gnu.arch-native.loc-flat.comm-none.tasks-qthreads.tmr-generic.mem-cstdlib.atomics-intrinsics.gmp.hwloc.re2.wide-struct.fs-none/comm-none.o]
> Error 1
> gmake[5]: *** [none.makedir] Error 2
> gmake[4]: *** [comm.makedir] Error 2
> gmake[3]: *** [src.makedir] Error 2
> gmake[2]: *** [all.helpme] Error 2
> gmake[1]: *** [runtime] Error 2
> gmake: *** [comprt] Error 2
>
>
> ---
> Mufeed Usman
> My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My
> Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal
> <http://mufeed.livejournal.com>
>
>
>
>
> On Sat, Nov 22, 2014 at 11:18 AM, mufy <[email protected]> wrote:
>
>> Overcame that with,
>>
>>  yum groupinstall 'Development Tools'
>>
>>  and
>>
>>  gmake
>>
>>
>> ---
>> Mufeed Usman
>> My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My
>> Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal
>> <http://mufeed.livejournal.com>
>>
>>
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to