<div dir="ltr">Thanks,<div>If you feel inspired you could try Kokkos :||</div><div>I am in a parking lot waiting for my daughter but can try this when I get home,</div><div>Thanks again,</div><div>Mark</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 14, 2021 at 1:33 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think I allocated a single node - and did the build on it.<br>
<br>
Now I'm getting an error - don't know what changed..<br>
<br>
login6$ pjsub --interact -L "node=1" -L "rscunit=rscunit_ft01" -L "rscgrp=eap-int" -L "elapse=1:00:00" --sparam "wait-time=600"<br>
[ERR.] PJM 0059 pjsub rscgrp=eap-int is disabled.<br>
<br>
Ok - the following worked..<br>
<br>
login6$ pjsub --interact -L "node=1" -L "rscunit=rscunit_ft01" -L "elapse=1:00:00" --sparam "wait-time=600"<br>
[INFO] PJM 0000 pjsub Job 6301572 submitted.<br>
[INFO] PJM 0081 .connected.<br>
[INFO] PJM 0082 pjsub Interactive job 6301572 started.<br>
[a04201@j31-3110s petsc]$ <br>
<br>
Ok - trying this build now.<br>
<br>
[a04201@j31-3110s petsc]$ cat ~/petsc.save/arch-arm/lib/petsc/conf/reconfigure-arch-arm.py <br>
#!/usr/bin/python3<br>
if __name__ == '__main__':<br>
  import sys<br>
  import os<br>
  sys.path.insert(0, os.path.abspath('config'))<br>
  import configure<br>
  configure_options = [<br>
    '--with-blaslapack-lib=-lfjlapack',<br>
    '--with-debugging=0',<br>
    'CC=mpifcc',<br>
    'CXX=mpiFCC',<br>
    'FC=mpifrt',<br>
    'PETSC_ARCH=arch-arm',<br>
  ]<br>
  configure.petsc_configure(configure_options)<br>
[a04201@j31-3110s petsc]$ ~/petsc.save/arch-arm/lib/petsc/conf/reconfigure-arch-arm.py --download-p4est --download-zlib<br>
<snip><br>
p4est:<br>
  Includes: -I/vol0004/ra010009/a04201/petsc/arch-arm/include<br>
  Library:  -Wl,-rpath,/vol0004/ra010009/a04201/petsc/arch-arm/lib -L/vol0004/ra010009/a04201/petsc/arch-arm/lib -lp4est -lsc<br>
<br>
Ok - this worked for me.<br>
<br>
Satish<br>
<br>
On Wed, 14 Apr 2021, Mark Adams wrote:<br>
<br>
> Do you recall what nodes you use to build on a "compute" node, to avoid<br>
> cross compilation?<br>
> <br>
> On Wed, Apr 14, 2021 at 12:08 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:<br>
> <br>
> > looks like p4est cannot be cross-compiled.<br>
> ><br>
> > Satish<br>
> ><br>
> > On Wed, 14 Apr 2021, Mark Adams wrote:<br>
> ><br>
> > > I get this error with p4est on Fugaku.<br>
> > > It is a Fortran error. Odd.<br>
> > > Mark<br>
> > ><br>
> ><br>
> ><br>
> <br>
<br>
</blockquote></div>