Stephen Sachs
Stephen Sachs
Hi @georgebisbas, Thanks for the quick reply. I am actually developing a [Spack](https://github.com/spack/spack/) package for devito. Spack installs Python packages by downloading the tarball from pypi and then running `pip...
FYI this is the PR to add devito tp Spack: https://github.com/spack/spack/pull/31495
> @stephenmsachs would you like to point us to any resources wrt Devito in Spack? Not sure hat you mean by resources. There is a Spack package to build Devito...
Cluster configuration as reported by PCM: ``` HeadNode: InstanceType: hpc6a.48xlarge Ssh: KeyName: isengard Networking: SubnetId: subnet-xxxxxxxxx LocalStorage: RootVolume: VolumeType: gp3 Size: 500 CustomActions: OnNodeStart: Script: s3://xxxxxxxxxxxx Iam: S3Access: - EnableWriteAccess:...
> Can you provide an example policy that would make the cluster creation fail? `arn:aws:iam::aws:policy/AmazonS3FullAccess`
Yes, thanks Sean. That's what I am doing for now.
https://github.com/spack/spack/pull/31696 should also fix this issue. It basically falls back to manual install if the checksum does not match.
I ran into this error building openfoam outside of any CI stack. Further up in the log file the Fortran module is built seeminlgy via `ifx`: ``` /shared/spack/opt/spack/linux-amzn2-icelake/oneapi-2022.1.0/cmake-3.25.1-eh2f3iqdnj4srwx35ridupxyuvmlk2m3/bin/cmake -E cmake_copy_f90_mod...
I was able to create a minimal reproducer. @rscohn2 would you be able to focus some compiler folks attention onto https://community.intel.com/t5/Intel-Fortran-Compiler/version-node-not-found-for-symbol/m-p/1443784#M164290 ?
close and re-open to start gitlab pipeline.